-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "@rispa/webpack",
"rispa:name": "webpack",
"version": "4.2.1",
"description": "rispa webpack plugin",
"license": "MIT",
"rispa:activator": "./src/activator.js",
"main": "./src/WebpackPluginApi.js",
"devDependencies": {
"@rispa/eslint-config": ">=3.0.0"
},
"dependencies": {
"@rispa/config": "4.2.x",
"@rispa/core": "4.2.x",
"@webpack-blocks/webpack2": "^0.4.0",
"better-npm-run": "0.1.0",
"clean-webpack-plugin": "^0.1.19",
"debug": "^3.1.0",
"webpack": "^2.7.0",
"webpack-dev-middleware": "^2.0.6",
"webpack-hot-middleware": "^2.21.2"
},
"peerDependencies": {
"@rispa/client": "4.2.x",
"@rispa/redux": "4.2.x",
"@rispa/webpack-javascript": "4.2.x"
},
"scripts": {
"build": "better-npm-run build",
"lint": "rispa-eslint .",
"lint:fix": "rispa-eslint . --fix"
},
"betterScripts": {
"build": {
"command": "node ./bin/build.js",
"env": {
"NODE_ENV": "production",
"DEBUG": "rispa:*"
}
}
}
}