-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.06 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": "zerodivs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@ckpack/vue-color": "^1.2.0",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@vitejs/plugin-vue": "^3.2.0",
"codemirror": "^6.0.1",
"convert-css-color-name-to-hex": "^0.1.1",
"lodash": "^4.17.21",
"uuid": "^3.3.3",
"validate-color": "^1.0.8",
"vite": "^3.2.3",
"vue": "^3.2.40",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.0.0",
"vue3-clipboard": "^1.0.0",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.1.0",
"@vue/eslint-config-prettier": "^5.0.0",
"eslint": "^8.27.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^8.7.1",
"node-sass": "^4.14.1",
"pinch-zoom-element": "^1.1.1",
"prettier": "^1.19.1",
"sass": "^1.56.0"
}
}