-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": "8.9.4",
"npm": "5.6.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.0-14",
"@fortawesome/free-solid-svg-icons": "5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"connected-react-router": "4.3.0",
"history": "4.7.2",
"immutable": "3.8.2",
"moment": "2.22.2",
"muicss": "0.9.39",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-avatar": "3.4.4",
"react-dom": "16.3.3",
"react-dropzone": "6.2.2",
"react-graph-vis": "1.0.2",
"react-icons": "2.2.7",
"react-linkify": "0.2.2",
"react-recaptcha": "2.3.10",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "2.1.1",
"redux": "4.0.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"sanitize-html": "1.19.1",
"styled-components": "3.4.2",
"styled-icons": "3.6.0",
"superagent": "4.0.0-beta.5",
"uuid": "3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:autofix": "eslint --fix .",
"forever": "forever --uid PlatformFrontend start -c 'npm start' ./"
},
"devDependencies": {
"remote-redux-devtools": "0.5.12"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}