-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1012 Bytes
/
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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint '**/*.{js,vue}'",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/vue": "^1.3.0",
"echarts": "^5.1.2",
"vue": "^3.0.5",
"vue-echarts": "^6.0.0-rc.6",
"vue-router": "^4.0.8",
"vuex": "^4.0.2"
},
"devDependencies": {
"@iconify/json": "^1.1.354",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.10.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"postcss": "^8.3.1",
"prettier": "2.3.1",
"tailwindcss": "^2.1.4",
"vite": "^2.3.7",
"vite-plugin-components": "^0.10.4",
"vite-plugin-icons": "^0.6.1"
},
"lint-staged": {
"*.{js,vue}": "eslint --fix"
}
}