-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.05 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.05 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
{
"name": "bluescript",
"private": true,
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=8192' nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"sync:translations": "node syncTranslations.js"
},
"dependencies": {
"@nuxt/ui": "^2.21.0",
"@nuxt/ui-pro": "^1.7.0",
"@nuxtjs/i18n": "^8.5.6",
"axios": "^1.7.9",
"sitemap": "^8.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue3-smooth-dnd": "^0.0.6"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.23",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/seo": "2.0.2",
"@nuxtjs/supabase": "1.4.6",
"nuxt": "^3.15.4"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}