Files
OpenDTU/webapp/package.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2022-04-11 21:48:12 +02:00
{
"name": "opendtu",
"version": "0.1.0",
"private": true,
2023-11-16 18:13:46 +01:00
"type": "module",
2022-04-11 21:48:12 +02:00
"scripts": {
2022-10-17 19:18:45 +02:00
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
2024-07-05 21:32:26 +02:00
"lint": "eslint .",
"format": "prettier --write src/"
2022-04-11 21:48:12 +02:00
},
"dependencies": {
2023-05-29 21:02:19 +02:00
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.7",
2024-01-26 16:56:49 +01:00
"bootstrap-icons-vue": "^1.11.3",
2023-07-10 18:34:55 +02:00
"mitt": "^3.0.1",
2024-12-02 23:07:55 +01:00
"sortablejs": "^1.15.6",
"spark-md5": "^3.0.2",
"vue": "^3.5.17",
"vue-i18n": "11.1.9",
2025-04-26 00:48:13 +02:00
"vue-router": "^4.5.1"
2022-04-11 21:48:12 +02:00
},
"devDependencies": {
2025-04-23 21:30:20 +02:00
"@intlify/unplugin-vue-i18n": "^6.0.8",
2025-07-08 21:57:11 +02:00
"@tsconfig/node24": "^24.0.1",
2023-11-23 22:34:18 +01:00
"@types/bootstrap": "^5.2.10",
"@types/node": "^24.0.10",
"@types/pulltorefreshjs": "^0.1.7",
2024-02-19 15:47:59 +01:00
"@types/sortablejs": "^1.15.8",
2024-11-01 21:52:55 +01:00
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-vue": "^6.0.0",
2025-03-18 18:31:07 +01:00
"@vue/eslint-config-typescript": "^14.5.0",
2024-12-05 22:21:48 +01:00
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.30.1",
"eslint-plugin-vue": "^10.3.0",
2022-10-17 19:18:45 +02:00
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"pulltorefreshjs": "^0.1.22",
2025-04-07 18:12:21 +02:00
"sass": "=1.78.0",
"terser": "^5.43.1",
2025-04-07 18:12:21 +02:00
"typescript": "^5.8.3",
"vite": "^7.0.2",
2022-10-17 19:18:45 +02:00
"vite-plugin-compression": "^0.5.1",
2024-09-28 00:50:57 +02:00
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue-tsc": "^3.0.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2022-04-11 21:48:12 +02:00
}