-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 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
{
"name": "bjut-su-appeal-frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vant/touch-emulator": "^1.4.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.6",
"bootstrap-icons": "^1.11.3",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"filesize": "^10.1.4",
"luxon": "^3.4.4",
"pinia": "^2.2.2",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "~5.2.2",
"vant": "^4.9.4",
"vite": "^5.4.2",
"vue": "^3.4.38",
"vue-eslint-parser": "^9.4.3",
"vue-router": "^4.4.3",
"vue-tsc": "^2.1.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}