74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "garands-world-game",
|
|
"version": "0.0.19",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/",
|
|
"typegen": "pocketbase-typegen --db ./pocketbase/pb_data/data.db --out ./src/types/pb-types.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/bun": "^1.1.13",
|
|
"@unhead/vue": "^1.11.11",
|
|
"@unovis/ts": "^1.5.0-version.9",
|
|
"@unovis/vue": "^1.5.0-beta.3",
|
|
"@vee-validate/zod": "^4.14.7",
|
|
"@vueuse/core": "^11.2.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"lucide-vue-next": "^0.453.0",
|
|
"pinia": "^2.2.6",
|
|
"pocketbase": "^0.21.5",
|
|
"radix-vue": "^1.9.10",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vee-validate": "^4.14.7",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.4.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/radix-icons": "^1.2.1",
|
|
"@iconify/vue": "^4.1.2",
|
|
"@rushstack/eslint-patch": "^1.10.4",
|
|
"@std/csv": "npm:@jsr/std__csv",
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^22.9.1",
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
"@vue/eslint-config-typescript": "^14.1.3",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"date-fns": "^4.1.0",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-vue": "^9.31.0",
|
|
"jsdom": "^25.0.1",
|
|
"npm-run-all2": "^7.0.1",
|
|
"pocketbase-typegen": "^1.2.1",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-classnames": "^0.7.4",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"start-server-and-test": "^2.0.8",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "~5.6.3",
|
|
"unplugin-auto-import": "^0.18.5",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"unplugin-vue-router": "^0.10.8",
|
|
"vite": "^5.4.11",
|
|
"vite-plugin-vue-devtools": "^7.6.4",
|
|
"vitest": "^2.1.5",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|