forked from mirrors/homebox
5739b2005a
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
60 lines
2 KiB
JSON
60 lines
2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt generate",
|
|
"dev": "nuxt dev",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore .",
|
|
"lint:fix": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore . --fix",
|
|
"lint:ci": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore . --max-warnings 1",
|
|
"typecheck": "nuxi typecheck",
|
|
"test:ci": "TEST_SHUTDOWN_API_SERVER=true vitest --run --config ./test/vitest.config.ts",
|
|
"test:local": "TEST_SHUTDOWN_API_SERVER=false && vitest --run --config ./test/vitest.config.ts",
|
|
"test:watch": " TEST_SHUTDOWN_API_SERVER=false vitest --config ./test/vitest.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.0",
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
"@types/dompurify": "^3.0.0",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vite-pwa/nuxt": "^0.1.0",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.4.0",
|
|
"h3": "^1.7.1",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"nuxt": "3.6.5",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^5.0.0",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitest": "^0.34.0"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.9",
|
|
"@iconify/vue": "^3.2.1",
|
|
"@nuxtjs/tailwindcss": "^6.1.3",
|
|
"@pinia/nuxt": "^0.4.1",
|
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@vueuse/nuxt": "^10.0.0",
|
|
"@vueuse/router": "^10.0.0",
|
|
"autoprefixer": "^10.4.8",
|
|
"chart.js": "^4.0.1",
|
|
"daisyui": "^2.24.0",
|
|
"dompurify": "^3.0.0",
|
|
"h3": "^1.7.1",
|
|
"http-proxy": "^1.18.1",
|
|
"markdown-it": "^13.0.1",
|
|
"pinia": "^2.0.21",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.1.8",
|
|
"vue": "^3.3.1",
|
|
"vue-chartjs": "^4.1.2",
|
|
"vue-router": "4"
|
|
}
|
|
}
|