-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "yukari-map",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@tailwindcss/forms": "^0.5.9",
"@types/jsonwebtoken": "^9.0.7",
"@vercel/kv": "^3.0.0",
"@vercel/node": "^5.0.2",
"@vueuse/core": "^12.3.0",
"@vueuse/integrations": "^12.3.0",
"element-plus": "^2.9.2",
"jsonwebtoken": "^9.0.2",
"less": "^4.2.1",
"lodash": "^4.17.21",
"node-2fa": "^2.0.3",
"qrcode": "^1",
"vue": "^3.5.13",
"vue-router": "4",
"wait": "^0.4.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.14",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}