-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 Bytes
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
{
"name": "sprinf",
"version": "1.0.0",
"description": "replace %s",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config ./webpack.dev.config.js",
"build": "set NODE_ENV=production && webpack --progress --config ./webpack.prod.config.js",
"start": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"replace",
"%s"
],
"author": "h_xingzhiyuan@163.com",
"license": "ISC",
"devDependencies": {
"babel-loader": "^7.1.4",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}