forked from 200ok-ch/organice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
50
51
{
"name": "organice",
"version": "0.2.0",
"private": true,
"engines": {
"node": "^12.13.1"
},
"dependencies": {
"bowser": "^2.7.0",
"classnames": "^2.2.6",
"date-fns": "^2.6.0",
"dotenv": "^8.2.0",
"dropbox": "^4.0.30",
"immutable": "^3.8.2",
"lodash": "^4.17.15",
"pegjs": "^0.10.0",
"react": "^16.8.3",
"react-beautiful-dnd": "^12.0.0",
"react-collapse": "^4.0.3",
"react-dom": "^16.7.0-alpha.0",
"react-hotkeys": "^2.0.0",
"react-motion": "^0.5.2",
"react-redux": "^7.1.0",
"react-router-dom": "5.1.1",
"react-scripts": "3.3.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"redux-undo": "1.0.0",
"webdav": "^2.10.0"
},
"scripts": {
"start": "./bin/compile_search_parser.sh && react-scripts start",
"build": "./bin/compile_search_parser.sh && react-scripts build",
"test": "./bin/compile_search_parser.sh && react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "if [ \"$ON_HEROKU\" ]; then npm install -g serve; fi"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "9.4.0",
"prettier": "1.19.1",
"raw.macro": "0.3.0",
"react-test-renderer": "^16.4.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}