-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1019 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
36
37
{
"name": "kevingrimm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prodWatch": "webpack --config webpack.prod.js --watch",
"production": "webpack --config webpack.prod.js",
"start": "node server/server.js",
"dev": "webpack --config webpack.dev.js --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.2",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-router-dom": "^4.2.2",
"react-swipeable": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-preset-react-es2015": "^1.3.0",
"css-loader": "^0.26.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"sw-precache-webpack-plugin": "^0.11.4",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^1.15.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.0"
}
}