-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
46
47
48
49
50
{
"name": "vite-vue",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"eslint": "eslint --fix --ext .js,.vue ."
},
"lint-staged": {
"*.{js,vue}": [
"prettier --write --ignore-unknown"
]
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"ant-design-vue": "^4.2.3",
"axios": "^1.7.4",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"js-cookie": "^3.0.5",
"pinia": "^2.2.2",
"typeit": "^8.8.4",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vis-timeline": "^7.7.3",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue3-puzzle-vcode": "^1.1.7"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1"
}
}