Dynavera/site/package.json

54 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "dynavera",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite -- --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"watch": "vite build --watch",
"devwatch": "concurrently \"npm run dev\" \"npm run watch\"",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix --cache",
"format": "prettier --write --experimental-cli src/"
},
"dependencies": {
"@vueuse/core": "^14.2.1",
"ant-design-vue": "^4.2.6",
"axios": "^1.13.2",
"dompurify": "^3.3.1",
"launchreel": "^0.0.3",
"marked": "^17.0.3",
"pinia": "^3.0.4",
"rrweb": "^2.0.0-alpha.20",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"@types/node": "^24.10.4",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"concurrently": "^8.2.0",
"eslint": "^9.39.2",
"eslint-plugin-vue": "~10.6.2",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"prettier": "3.7.4",
"typescript": "~5.9.3",
"vite": "^7.3.0",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.2.2"
}
}