-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "life",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.0.3",
"@material-ui/icons": "^3.0.1",
"classnames": "^2.2.5",
"immutability-helper": "^2.6.6",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"normalizr": "^3.2.4",
"react": "^16.3.1",
"react-big-calendar": "^0.19.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.4",
"react-select": "^1.2.1",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"reselect": "^3.0.1",
"rrule": "^2.2.9",
"uuid": "^3.2.1"
},
"devDependencies": {
"@types/material-ui": "^0.21.1",
"@types/react": "^16.3.5",
"@types/react-dom": "*",
"@types/react-redux": "^5.0.16",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"prettier": "^1.14.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:5000"
}