-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 989 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
41
{
"name": "yukari-map",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@tailwindcss/forms": "^0.5.7",
"@types/jsonwebtoken": "^9.0.5",
"@vercel/kv": "^1.0.1",
"@vercel/node": "^3.0.16",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"jsonwebtoken": "^9.0.2",
"less": "^4.2.0",
"lodash": "^4.17.21",
"node-2fa": "^2.0.3",
"qrcode": "^1",
"vue": "^3.4.15",
"vue-router": "4",
"wait": "^0.4.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/jquery": "^3.5.29",
"@types/lodash": "^4.14.202",
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
}
}