forked from fortes1219/vue3_2025
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
51
{
"name": "vue3_2025",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"await-to-js": "^3.0.0",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"element-plus": "^2.8.4",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"unplugin-auto-import": "^0.18.3"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@playwright/test": "^1.48.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/eslint-plugin": "1.1.7",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^25.0.1",
"sass": "^1.79.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"prettier": "^3.3.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.5.4",
"vitest": "^2.1.4"
}
}