-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 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": "sri-web-template",
"version": "0.6.0",
"description": "sri web template project",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack"
},
"devDependencies": {
"babel-cli": "^7.0.0-beta.3",
"babel-loader": "^7.1.2",
"compression-webpack-plugin": "^1.1.3",
"css-loader": "^0.28.7",
"ejs-loader": "^0.3.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"style-loader": "^0.17.0",
"uglifyjs-webpack-plugin": "^1.1.4",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-closure-compiler": "^2.1.6",
"webpack-dev-server": "^2.9.7",
"workbox-webpack-plugin": "^3.0.0-alpha.3"
},
"dependencies": {
"history": "^4.6.3",
"marked": "^0.3.9",
"path-to-regexp": "^1.7.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}