-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "react-ui",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "~3.4.3",
"redux-logger": "^3.0.6"
},
"dependencies": {
"@material-ui/core": "^3.3.2",
"classnames": "^2.2.6",
"cryptiles": "^4.1.2",
"material-ui": "^0.20.2",
"material-ui-search-bar": "^0.4.2",
"rc-progress": "^2.2.6",
"react-beautiful-dnd": "^9.0.2",
"react-dimensions": "^1.3.1",
"react-facebook-login": "^4.1.1",
"react-swipeable-views": "^0.13.0",
"react-toastify": "^4.4.0",
"react-tooltip": "^3.9.0",
"react-tree-graph": "^3.2.0",
"victory": "^30.6.0"
},
"scripts": {
"start": "cross-env NODE_PATH=./src react-scripts start",
"build": "cross-env NODE_PATH=./src react-scripts build",
"test": "cross-env NODE_PATH=./src react-scripts test --env=jsdom",
"eject": "cross-env NODE_PATH=./src react-scripts eject"
},
"proxy": "http://localhost:5000",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}