49 lines
1.3 KiB
JSON
49 lines
1.3 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 ."
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons-vue": "^1.11.3",
|
|
"mitt": "^3.0.1",
|
|
"sortablejs": "^1.15.2",
|
|
"spark-md5": "^3.0.2",
|
|
"vue": "^3.4.27",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@tsconfig/node18": "^18.2.4",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/node": "^20.14.2",
|
|
"@types/pulltorefreshjs": "^0.1.7",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@types/spark-md5": "^3.0.4",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^9.4.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"pulltorefreshjs": "^0.1.22",
|
|
"sass": "^1.77.4",
|
|
"terser": "^5.31.1",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.13",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
"vue-tsc": "^2.0.20"
|
|
}
|
|
}
|