-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.49 KB
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
{
"name": "vue-color-picker",
"version": "0.6.1",
"title": "vue color picker",
"description": "A responsive color picker with Vue.js",
"homepage": "https://huangbuyi.github.io/vue-colors/",
"keywords": [
"vue",
"vue.js",
"mobile",
"color picker",
"color",
"responsive",
"material",
"multi-model",
"palette"
],
"main": "dist/vueColorPicker.min.js",
"files": [
"dist",
"lib"
],
"scripts": {
"dist": "webpack --config build/webpack.prod.config",
"docs": "webpack-dev-server --config build/webpack.docs.config --inline ",
"docs:dist": "webpack --config build/webpack.docs.dist.config"
},
"author": "Shibin Huang",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"codecov": "^2.1.0",
"css-loader": "^0.28.0",
"eslint": "^3.13.1",
"eslint-plugin-babel": "^4.0.0",
"file-loader": "^0.9.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.2.6",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^4.1.0"
},
"peerDependencies": {
"vue": "^2.2.6"
},
"dependencies": {
"chroma-js": "^1.3.3",
"lodash": "^4.17.4"
}
}