-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@nuxt/devtools": "^2.6.2",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/seo": "^2.0.0-rc.7",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.1",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^13.5.0",
"chroma-js": "^3.1.2",
"colord": "^2.9.3",
"file-saver": "^2.0.5",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"lucide-vue-next": "^0.525.0",
"nanoid": "^5.1.5",
"nuxt": "^3.17.6",
"prismjs": "^1.30.0",
"radash": "^12.1.1",
"vue": "^3.5.17",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.5.1",
"zod": "^3.25.74"
},
"devDependencies": {
"@types/chroma-js": "^3.1.1",
"@types/file-saver": "^2.0.7"
}
}