-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
45
46
47
{
"name": "overseer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.0.0",
"apollo-boost": "^0.1.23",
"bootstrap": "^4.2.1",
"graphql": "^14.0.2",
"history": "^4.7.2",
"immutability-helper": "^2.8.1",
"lodash": "^4.17.11",
"react": "^16.7.0",
"react-apollo": "^2.2.4",
"react-bootstrap": "^0.32.4",
"react-collapse": "^4.0.3",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.7.0",
"react-modal": "^3.8.1",
"react-motion": "^0.5.2",
"react-router-dom": "^4.3.1",
"react-simple-popover": "^0.2.4",
"react-spinners-kit": "^1.5.5",
"sass": "^1.14.3",
"uuid": "^3.3.2"
},
"scripts": {
"start": "npm run prebuild && parcel src/public/index.html",
"prebuild": "rm -rf dist/",
"build": "parcel build src/public/index.html"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"parcel-bundler": "^1.10.3"
}
}