2023-06-01 16:34:41 +00:00
|
|
|
{
|
2023-06-05 16:05:25 +00:00
|
|
|
"name": "hgoe-sas",
|
2023-06-01 16:34:41 +00:00
|
|
|
"private": true,
|
|
|
|
"author": "Simon Giesel",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"lint": "eslint -c .eslintrc.js src/",
|
|
|
|
"preview": "vite preview",
|
2023-06-03 21:42:07 +00:00
|
|
|
"typegen": "pocketbase-typegen --json ../server/pb_schema.json --out ./src/types/pocketbase.types.ts",
|
|
|
|
"optimize-svg": "svgo -f ./src/assets/svg/ --config=./src/assets/svg/svgo.config.js"
|
2023-06-01 16:34:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@heroicons/vue": "^2.0.18",
|
|
|
|
"@vueuse/core": "^10.1.2",
|
|
|
|
"canvas-confetti": "^1.6.0",
|
2023-06-05 16:05:25 +00:00
|
|
|
"daisyui": "^3.0.3",
|
2023-06-01 16:34:41 +00:00
|
|
|
"pocketbase": "^0.15.1",
|
|
|
|
"vue": "^3.3.4",
|
|
|
|
"vue-router": "4.2.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
|
|
"@types/canvas-confetti": "^1.6.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
|
|
"autoprefixer": "^10.4.14",
|
2023-06-03 21:42:07 +00:00
|
|
|
"eslint": "^8.42.0",
|
2023-06-01 16:34:41 +00:00
|
|
|
"eslint-plugin-tailwindcss": "^3.12.1",
|
|
|
|
"eslint-plugin-vue": "^9.14.1",
|
|
|
|
"eslint-plugin-vue-scoped-css": "^2.4.0",
|
|
|
|
"pocketbase-typegen": "^1.1.9",
|
|
|
|
"postcss": "^8.4.24",
|
|
|
|
"sass": "^1.62.1",
|
2023-06-03 21:42:07 +00:00
|
|
|
"svgo": "^3.0.2",
|
2023-06-01 16:34:41 +00:00
|
|
|
"tailwindcss": "^3.3.2",
|
2023-06-03 21:42:07 +00:00
|
|
|
"typescript": "^5.1.3",
|
2023-06-01 16:34:41 +00:00
|
|
|
"vite": "^4.3.9",
|
|
|
|
"vue-eslint-parser": "^9.3.0",
|
|
|
|
"vue-tsc": "^1.6.5"
|
|
|
|
}
|
|
|
|
}
|