forked from caohenghu/vue-colorpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "@caohenghu/vue-colorpicker",
"version": "1.2.4",
"description": "Colorpicker of Vue Components",
"main": "src/index.js",
"scripts": {
"hot": "webpack-dev-server --env.config local --env.local",
"pro": "rm -rf dist && webpack --env.config pro --env.pro",
"gh": "node build/gh.js"
},
"keywords": [
"vue",
"colorpicker",
"color"
],
"repository": {
"type": "git",
"url": "https://github.com/caohenghu/vue-colorpicker"
},
"author": "caohenghu <[email protected]>",
"license": "MIT",
"files": [
"src"
],
"devDependencies": {
"autoprefixer": "^9.7.4",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^4.2.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"url-loader": "^2.1.0",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.41.6",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}