stadtratmonitor-vue/package.json

39 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-06-07 17:31:37 +02:00
{
"name": "stadtratmonitor-vue",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
2023-08-30 12:15:49 +02:00
"vue": "^3.3.4",
"vue-router": "^4.2.4"
2023-06-07 17:31:37 +02:00
},
"devDependencies": {
2023-08-30 12:15:49 +02:00
"@rushstack/eslint-patch": "^1.3.3",
2023-06-07 17:31:37 +02:00
"@tsconfig/node18": "^2.0.1",
2023-08-30 12:15:49 +02:00
"@types/node": "^18.17.12",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
2023-06-07 17:31:37 +02:00
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
2023-08-30 12:15:49 +02:00
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
2023-06-07 17:31:37 +02:00
"npm-run-all": "^4.1.5",
2023-08-30 12:15:49 +02:00
"postcss": "^8.4.29",
2023-06-07 17:31:37 +02:00
"prettier": "^2.8.8",
2023-08-30 12:15:49 +02:00
"tailwindcss": "^3.3.3",
2023-06-07 17:31:37 +02:00
"typescript": "~5.0.4",
2023-08-30 12:15:49 +02:00
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
2023-06-07 17:31:37 +02:00
}
}