-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "PlatformAdmin",
"version": "0.1.0",
"private": true,
"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.5.2",
"react-avatar": "3.4.4",
"react-dom": "16.5.2",
"react-icons": "2.2.7",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "2.0.4",
"redux": "4.0.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"styled-components": "3.4.2"
},
"devDependencies": {
"remote-redux-devtools": "0.5.12"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}