52 lines
1.5 KiB
JSON
52 lines
1.5 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 --noEmit",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons-vue": "^1.11.3",
|
|
"mitt": "^3.0.1",
|
|
"sortablejs": "^1.15.6",
|
|
"spark-md5": "^3.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "10.0.5",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^6.0.0",
|
|
"@tsconfig/node22": "^22.0.0",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/node": "^22.10.1",
|
|
"@types/pulltorefreshjs": "^0.1.7",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@types/spark-md5": "^3.0.5",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/eslint-config-typescript": "^14.1.4",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.16.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.4.2",
|
|
"pulltorefreshjs": "^0.1.22",
|
|
"sass": "=1.77.6",
|
|
"terser": "^5.37.0",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
"vue-tsc": "^2.1.10"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|