-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.78 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
{
"name": "regular-color",
"version": "0.1.6",
"description": "Color of Regular Components",
"main": "dist/color.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-color.git"
},
"keywords": [
"regular",
"eyedropper"
],
"author": "Aeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deol/regular-color/issues"
},
"homepage": "https://github.com/Deol/regular-color#readme",
"peerDependencies": {
"regularjs": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"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",
"tinycolor2": "^1.4.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}