-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "yolo-secret",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port $PORT",
"build": "run-p build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@types/formidable": "^3.4.5",
"@vercel/kv": "^3.0.0",
"@vercel/node": "^4.0.0",
"argon2": "^0.41.0",
"axios": "^1.7.9",
"crypto-random-string": "^5.0.0",
"formidable": "^3.5.2",
"humanize-duration": "^3.32.1",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@tsconfig/node18": "^18.2.4",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.17.12",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.7.0",
"npm-run-all": "^4.1.5",
"typescript": "5.7.3",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.2.0"
}
}