forked from DanielDe/org-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 KB
/
package.json
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
{
"name": "org-web",
"version": "0.1.0",
"private": true,
"engines": {
"node": "11.x"
},
"dependencies": {
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"dotenv": "^8.0.0",
"dropbox": "10.31.0",
"enzyme-adapter-react-16": "^1.1.1",
"immutable": "^3.8.2",
"lodash": "^4.17.21",
"react": "^16.8.3",
"react-beautiful-dnd": "^11.0.0",
"react-collapse": "^4.0.3",
"react-dom": "^16.7.0-alpha.0",
"react-hotkeys": "^1.1.4",
"react-motion": "^0.5.2",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.5",
"redux": "^4.0.0",
"redux-linear-undo": "^1.0.8",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "npm install -g serve"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.3.4",
"prettier": "^1.16.4",
"raw.macro": "0.3.0",
"react-test-renderer": "^16.4.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}