forked from mirrors/homebox
2e82398e5c
* implement password score UI and functions * update strings tests to use `test`instead of `it` * update typing * refactor login/register UI+Logic * fix width on switches to properly display * fetch and store self in store * (WIP) unify card styles * update labels page * bump nuxt * use form area * use text area for description * unify confirm API * unify UI around pages * change header background height
44 lines
No EOL
1.5 KiB
JSON
44 lines
No EOL
1.5 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",
|
|
"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": {
|
|
"@nuxtjs/eslint-config-typescript": "^11.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
"@typescript-eslint/parser": "^5.36.2",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.4.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"nuxt": "3.0.0-rc.11",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.8.3",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitest": "^0.22.1"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "^3.2.1",
|
|
"@nuxtjs/tailwindcss": "^5.3.2",
|
|
"@pinia/nuxt": "^0.4.1",
|
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@vueuse/nuxt": "^9.1.1",
|
|
"autoprefixer": "^10.4.8",
|
|
"daisyui": "^2.24.0",
|
|
"pinia": "^2.0.21",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.1.8",
|
|
"vue": "^3.2.38"
|
|
}
|
|
} |