-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 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
{
"name": "boilerplate",
"version": "1.0.0",
"main": "index.js",
"author": "Long Board",
"license": "MIT",
"scripts": {
"serve": "live-server public/",
"build": "webpack",
"dev-server": "webpack-dev-server"
},
"dependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.11",
"live-server": "^1.2.0",
"mobx": "^4.2.0",
"mobx-react": "^5.0.0-beta.2",
"node-sass": "4.9.0",
"normalize.css": "8.0.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-modal": "2.2.2",
"react-router-dom": "4.2.2",
"redux": "4.0.0",
"sass-loader": "7.0.1",
"style-loader": "0.21",
"uuid": "3.2.1",
"validator": "10.1.0",
"webpack": "4.6.0",
"webpack-dev-server": "3.1.4"
},
"devDependencies": {
"webpack-cli": "2.0.15"
}
}