-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 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
{
"name": "election",
"version": "1.0.0",
"description": "Election react files",
"scripts": {
"dev": "webpack --config webpack.config.js -d --watch",
"prod": "webpack --config webpack.production.config.js -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/election.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AppStateESS/election/issues"
},
"homepage": "https://github.com/AppStateESS/election#readme",
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"css-loader": "^0.28.9",
"es6-promise": "^4.2.4",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.8",
"react-select": "^1.2.1",
"strip-loader": "^0.1.2",
"style-loader": "^0.20.2",
"webpack": "^3.11.0"
}
}