-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.69 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
49
50
51
52
53
54
55
56
{
"name": "regular-hotzone",
"version": "0.2.4",
"description": "Hot Zone of Regular Components",
"main": "dist/hotzone.total.js",
"scripts": {
"startdev": "cross-env NODE_ENV=development webpack-dev-server --config ./config/webpack.min.js --open --hot",
"pack": "cross-env NODE_ENV=production webpack --progress --hide-modules --config ./config/webpack.min.js",
"packall": "cross-env webpack --progress --hide-modules --config ./config/webpack.total.js",
"del": "rm -rf ./dist/**/*",
"build": "run-s del pack packall",
"test": "eslint ./src",
"precommit": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deol/regular-hotzone.git"
},
"keywords": [
"regular",
"hotzone"
],
"author": "Aeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deol/regular-hotzone/issues"
},
"homepage": "https://github.com/Deol/regular-hotzone#readme",
"peerDependencies": {
"clipboard": "^1.7.1",
"regularjs": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"clipboard": "^1.7.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"element-resize-detector": "^1.1.12",
"eslint": "^3.19.0",
"eslint-config-kaola": "^0.1.3",
"extract-text-webpack-plugin": "^2.1.0",
"husky": "^0.13.4",
"mcss": "^0.5.1",
"mcss-loader": "^1.0.1",
"npm-run-all": "^4.0.2",
"regularjs": "^0.4.3",
"rgl-tplmin-loader": "0.0.14",
"style-loader": "^0.18.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}