-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
{
"name": "pages",
"type": "module",
"scripts": {
"dev": "nuxt dev --host",
"build": "nuxt build",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fontsource-variable/fira-code": "^5.1.1",
"@fontsource-variable/noto-sans-sc": "^5.1.1",
"@fontsource-variable/open-sans": "^5.1.1",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/tabler": "^1.2.15",
"@nuxt/devtools": "2.0.0-beta.3",
"@nuxt/eslint": "^0.7.5",
"@nuxt/ui": "3.0.0-alpha.11",
"@pinia/colada": "^0.13.3",
"@pinia/colada-nuxt": "^0.0.4",
"@pinia/nuxt": "^0.9.0",
"@prisma/client": "^6.2.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"@vueuse/router": "^12.5.0",
"browserslist": "^4.24.4",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"destr": "^2.0.3",
"h3": "^1.14.0",
"ioredis": "^5.4.2",
"lightningcss": "^1.29.1",
"lodash-es": "^4.17.21",
"lru-cache": "^11.0.2",
"nitropack": "^2.10.4",
"nuxt": "^3.15.3",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
"p-limit": "^6.2.0",
"pinia": "^2.3.1",
"prisma": "^6.2.1",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.0.0",
"uuid": "^11.0.5",
"vue": "^3.5.13",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/bun": "^1.2.0",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
}
}