forked from 1337programming/webpack-shell-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "webpack-synchronizable-shell-plugin",
"version": "0.0.7",
"description": "Run shell commands before and after webpack builds",
"main": "lib/index.js",
"scripts": {
"test": "webpack",
"test:dev": "webpack-dev-server --progress",
"build": "rollup -c",
"webpack": "webpack --progress",
"webpack-dev-server": "webpack-dev-server --progress",
"lint": "eslint src/webpack-shell-plugin.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Feiyang1/webpack-shell-plugin.git"
},
"keywords": [
"webpack",
"shell",
"plugin",
"shell",
"serve",
"hmr",
"browser",
"script",
"opie",
"manion"
],
"license": "MIT",
"bugs": {},
"homepage": "https://github.com/Feiyang1/webpack-shell-plugin",
"dependencies": {
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015-rollup": "1.2.0",
"css-loader": "0.23.1",
"eslint": "2.13.1",
"rollup": "0.25.8",
"rollup-plugin-babel": "2.7.1",
"style-loader": "0.13.2",
"webpack": "1.15.0"
}
}