48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "summer2024-frontend",
|
|
"version": "2.1.4",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@vee-validate/zod": "^4.13.2",
|
|
"@vueuse/core": "^10.11.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"embla-carousel-vue": "^8.1.7",
|
|
"lucide-vue-next": "^0.412.0",
|
|
"marked": "^13.0.2",
|
|
"ol": "^9.2.4",
|
|
"ol-contextmenu": "^5.4.0",
|
|
"ol-ext": "^4.0.21",
|
|
"pinia": "^2.1.7",
|
|
"radix-vue": "^1.9.2",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vee-validate": "^4.13.2",
|
|
"vue": "^3.4.29",
|
|
"vue-router": "^4.3.3",
|
|
"vue3-openlayers": "^12.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@types/node": "^20.14.11",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"generate-license-file": "^3.5.0",
|
|
"prettier": "^3.2.5",
|
|
"tailwindcss": "^3.4.6",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|