forked from mozilla/pontoon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluent/bundle": "0.16.1",
"@fluent/langneg": "0.5.1",
"@fluent/react": "0.13.1",
"@fluent/syntax": "0.17.0",
"abortcontroller-polyfill": "1.3.0",
"connected-react-router": "6.8.0",
"date-and-time": "0.14.2",
"diff-match-patch": "1.0.4",
"flow-bin": "0.146.0",
"highcharts": "7.2.2",
"highcharts-react-official": "2.2.2",
"html-react-parser": "0.13.0",
"intl-pluralrules": "1.0.0",
"jest-each": "24.5.0",
"linkify-it": "2.1.0",
"lodash.clonedeep": "4.5.0",
"lodash.escaperegexp": "4.1.2",
"lodash.flattendeep": "4.4.0",
"lodash.isempty": "4.4.0",
"lodash.isequal": "4.5.0",
"nprogress": "0.2.0",
"react": "16.13.1",
"react-content-marker": "2.0.0",
"react-dom": "16.13.1",
"react-infinite-scroller": "1.2.4",
"react-linkify": "0.2.2",
"react-redux": "7.1.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-tabs": "3.0.0",
"react-time-ago": "5.0.4",
"reactour": "1.15.1",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"shortid": "2.2.14",
"slate": "0.58.4",
"slate-react": "0.58.4",
"styled-components": "4.3.2",
"tlds": "1.218.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --modulePaths=src",
"eject": "react-scripts eject",
"flow": "flow",
"flow:dev": "flow stop; flow start; chokidar .flowconfig flow/ src/ tests/ -i flow/logs/flow.log -c 'flow status' --initial"
},
"devDependencies": {
"chokidar-cli": "2.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"sinon": "9.2.4"
}
}