-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "vue-cbsc",
"version": "1.0.1",
"description": "Lightweight color shader/blender/converter plugin implemented for Vue 2.",
"main": "dist/vue-cbsc.js",
"files": [
"dist/vue-cbsc.js",
"dist/vue-cbsc.min.js"
],
"scripts": {
"build": "node build/build.js"
},
"homepage": "https://github.com/arthurvasconcelos/vue-cbsc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/arthurvasconcelos/vue-cbsc.git"
},
"bugs": {
"url": "https://github.com/arthurvasconcelos/vue-cbsc/issues"
},
"keywords": [
"vue",
"color",
"shader",
"blender",
"lighten",
"darken",
"shading",
"converter",
"rgb",
"hex",
"js"
],
"engines": {
"node": "^6.11.4 || ^8.7.0",
"npm": "^3.10.10 || ^5.4.2",
"yarn": "^1.0.0"
},
"author": "Arthur Vasconcelos <vasconcelos.arthur@gmail.com> (http://arthurvasconcelos.com.br/)",
"license": "MIT",
"private": false,
"peerDependencies": {
"vue": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"chalk": "^2.3.1",
"compression-webpack-plugin": "^1.1.6",
"cross-env": "^5.1.3",
"cross-spawn": "^6.0.4",
"eslint": "^4.17.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"ora": "^1.4.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-middleware": "^2.0.5",
"webpack-merge": "^4.1.1"
}
}