27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"name": "@continuum/web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"typecheck": "nuxt typecheck",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@continuum/ui": "workspace:*",
|
|
"@nuxtjs/supabase": "^1.4.0",
|
|
"@pinia/nuxt": "^0.5.5",
|
|
"nuxt": "^3.13.0",
|
|
"pinia": "^2.2.2",
|
|
"vue": "^3.5.0",
|
|
"vue-router": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|