update with nuxt4 for docker-web
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
This commit is contained in:
57
package.json
57
package.json
@@ -1,51 +1,24 @@
|
||||
{
|
||||
"name": "nuxt-app",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"overrides": {
|
||||
"vue": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt build",
|
||||
"start": "NODE_ENV=production node .output/server/index.mjs",
|
||||
"lint": "eslint .",
|
||||
"test": "TZ=UTC vitest --run",
|
||||
"test:components": "TZ=UTC vitest --run components/",
|
||||
"test:watch": "TZ=UTC vitest",
|
||||
"test:ui": "TZ=UTC vitest --ui --open",
|
||||
"postinstall": "nuxt prepare",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"typecheck": "nuxt typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
"@huntersofbook/naive-ui-nuxt": "^0.5.1",
|
||||
"@nuxt/test-utils": "^3.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@nuxtjs/tailwindcss": "^6.2.0",
|
||||
"@testing-library/vue": "^6.6.1",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vitest/coverage-c8": "^0.26.0",
|
||||
"@vitest/ui": "^0.26.1",
|
||||
"dayjs": "^1.11.7",
|
||||
"eslint": "^8.31.0",
|
||||
"h3": "^1.0.2",
|
||||
"jsdom": "^21.0.0",
|
||||
"nuxt": "3.0.0",
|
||||
"nuxt-svgo": "^1.1.0",
|
||||
"playwright": "^1.29.2",
|
||||
"typescript": "^4.9.4",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"unplugin-vue-components": "^0.22.12",
|
||||
"uuid": "^9.0.0",
|
||||
"vite-svg-loader": "^3.6.0",
|
||||
"vitest": "^0.26.1",
|
||||
"vue-tsc": "^1.0.16"
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinia/nuxt": "^0.4.6",
|
||||
"@sidebase/core": "^0.1.4",
|
||||
"pinia": "^2.0.30",
|
||||
"youtubei": "^1.1.2"
|
||||
}
|
||||
"@nuxt/eslint": "1.9.0",
|
||||
"@nuxtjs/tailwindcss": "6.14.0",
|
||||
"eslint": "^9.33.0",
|
||||
"nuxt": "^4.0.3",
|
||||
"vue": "^3.5.18",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">=10 <11"
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
||||
}
|
||||
|
Reference in New Issue
Block a user