-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.26 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
{
"name": "ColorDesiginer",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack --config webpack.config.js --mode development --watch",
"build": "webpack --config webpack.config.js --mode production",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"@adobe/xdpm": "^4.1.1",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"friendly-errors-webpack-plugin": "^1.7.0",
"node-sass": "^6.0.1",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"chroma-js": "^2.1.2",
"element-ui": "^2.15.6",
"lodash": "^4.17.21",
"spectra": "^0.2.3",
"vue": "^2.6.14",
"vuex": "^3.6.2"
}
}