Files
OpenDTU/webapp/package.json

58 lines
1.7 KiB
JSON

{
"name": "opendtu",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "prettier --write src/"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"bootstrap-icons-vue": "^1.11.3",
"mitt": "^3.0.1",
"sortablejs": "^1.15.7",
"spark-md5": "^3.0.2",
"vue": "^3.5.31",
"vue-i18n": "11.3.0",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@intlify/unplugin-vue-i18n": "^11.0.7",
"@tsconfig/node24": "^24.0.4",
"@types/bootstrap": "^5.2.10",
"@types/node": "^25.5.0",
"@types/pulltorefreshjs": "^0.1.7",
"@types/sortablejs": "^1.15.9",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.50.0",
"eslint-plugin-vue": "^10.8.0",
"npm-run-all": "^4.1.5",
"oxlint": "~1.50.0",
"prettier": "^3.8.1",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.98.0",
"terser": "^5.46.1",
"typescript": "~5.9.3",
"vite": "^8.0.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^4.0.1",
"vue-tsc": "^3.2.6"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}