-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "pindup",
"private": true,
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-dropzone": "^5.1.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-spinners": "^0.4.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"superagent": "^4.0.0-beta.5",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "10.9.0",
"npm": "6.4.0"
},
"scripts": {
"webpack": "webpack --mode=development --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {}
}