-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
45
46
47
48
49
{
"private": true,
"scripts": {
"build": "nuxt generate",
"dev": "nuxt dev",
"generate": "nuxi generate",
"preview": "nuxt build && nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint app/",
"lint:fix": "npm run lint -- --fix",
"deploy": "wrangler deploy"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@nuxt/image": "^2.0.0",
"@nuxtjs/sitemap": "^7.6.0",
"consola": "3.2.1",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"nuxt": "^4.3.1",
"nuxt-aos": "^1.2.6",
"nuxt-vitalizer": "^2.0.0",
"prettier": "^3.8.1",
"stylus": "^0.64.0",
"wrangler": "^4.67.0"
},
"dependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@nuxt/content": "^3.11.2",
"@nuxtjs/i18n": "10.2.3",
"better-sqlite3": "^12.6.2",
"bulma": "^1.0.4",
"bulma-checkradio": "^2.1.3",
"bulma-slider": "^2.0.5",
"lite-youtube-embed": "^0.2.0",
"lucide-vue-next": "^1.0.0",
"mediabunny": "^1.40.1",
"sass": "^1.97.3",
"stylus-loader": "^8.1.3",
"three": "^0.184.0",
"vue-i18n": "^11.2.8",
"vue-matomo": "^4.2.0",
"zod": "^4.3.6"
}
}