mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"name": "@trawl/web",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"start": "node .output/server/index.mjs",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/fonts": "^0.14.0",
|
|
"@nuxtjs/color-mode": "^4.0.1",
|
|
"@nuxtjs/seo": "5.3.11",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"nuxt": "4.5.2",
|
|
"typescript": "^5.9.3",
|
|
"vue-tsc": "^3.3.9"
|
|
}
|
|
}
|