-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 900 Bytes
/
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
{
"name": "indecision-app",
"version": "1.0.0",
"main": "index.js",
"author": "Matthew Gerges",
"license": "MIT",
"scripts": {
"serve": "live-server public/",
"build": "webpack --watch",
"dev-server": "webpack-dev-server"
},
"dependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-cli": "6.24.1",
"babel-loader": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^0.28.4",
"live-server": "^1.2.1",
"normalize.css": "^8.0.1",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-modal": "^3.11.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.18.2",
"validator": "^13.5.2",
"webpack": "3.1.0",
"webpack-dev-server": "^2.5.1"
},
"devDependencies": {
"sass": "^1.49.0",
"zip-webpack-plugin": "^2.0.0"
}
}