Initial commit
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "nuxt-workspace-template",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"engines": {
|
||||
"node": "^22.12.0 || >=24"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt build",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "nuxt prepare && eslint .",
|
||||
"lint:fix": "nuxt prepare && eslint . --fix",
|
||||
"typecheck": "nuxt prepare && nuxt typecheck",
|
||||
"test": "vitest --passWithNoTests",
|
||||
"test:run": "vitest run --passWithNoTests",
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write .",
|
||||
"generate:api": "pnpm generate:example-api",
|
||||
"generate:example-api": "rimraf openapi-client/example && openapi-ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "^4.6.0",
|
||||
"@pinia/nuxt": "^0.11.3",
|
||||
"nuxt": "4.4.2",
|
||||
"pinia": "^3.0.4",
|
||||
"vue": "3.5.31",
|
||||
"vue-router": "5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hey-api/openapi-ts": "0.94.5",
|
||||
"@types/node": "^24.5.2",
|
||||
"@iconify-json/lucide": "^1.2.70",
|
||||
"@nuxt/eslint": "1.15.2",
|
||||
"@nuxtjs/i18n": "10.2.4",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "9.39.1",
|
||||
"prettier": "3.7.4",
|
||||
"rimraf": "^6.1.2",
|
||||
"sass": "1.98.0",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "4.1.2",
|
||||
"vue-i18n": "11.3.0",
|
||||
"vue-tsc": "3.2.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user