89 lines
2.4 KiB
JSON
89 lines
2.4 KiB
JSON
{
|
|
"name": "ezbookkeeping",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mayswind/ezbookkeeping.git"
|
|
},
|
|
"author": "MaysWind <i@mayswind.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mayswind/ezbookkeeping/issues"
|
|
},
|
|
"scripts": {
|
|
"serve": "cross-env NODE_ENV=development vite",
|
|
"build": "cross-env NODE_ENV=production vite build",
|
|
"serve:dist": "vite preview",
|
|
"lint": "vue-tsc --noEmit && eslint . --fix",
|
|
"test": "cross-env TS_NODE_PROJECT=\"./tsconfig.jest.json\" jest"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/js": "^7.4.47",
|
|
"@vuepic/vue-datepicker": "^11.0.2",
|
|
"axios": "^1.11.0",
|
|
"cbor-js": "^0.1.0",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.2.0",
|
|
"dom7": "^4.0.6",
|
|
"echarts": "^5.5.1",
|
|
"framework7": "^8.3.4",
|
|
"framework7-icons": "^5.0.5",
|
|
"framework7-vue": "^8.3.4",
|
|
"leaflet": "^1.9.4",
|
|
"line-awesome": "^1.3.0",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.6.0",
|
|
"pinia": "^3.0.3",
|
|
"register-service-worker": "^1.7.2",
|
|
"skeleton-elements": "^4.0.1",
|
|
"swiper": "^10.2.0",
|
|
"ua-parser-js": "^1.0.39",
|
|
"vue": "^3.5.18",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-i18n": "^11.1.11",
|
|
"vue-router": "^4.5.1",
|
|
"vue3-perfect-scrollbar": "^2.0.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuetify": "^3.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.7.0",
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/cbor-js": "^0.1.1",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/git-rev-sync": "^2.0.2",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.15.29",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.28.0",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"git-rev-sync": "^3.0.2",
|
|
"jest": "^29.7.0",
|
|
"postcss-preset-env": "^10.2.0",
|
|
"sass": "^1.89.1",
|
|
"ts-jest": "^29.3.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-checker": "^0.9.3",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vite-plugin-vuetify": "^2.1.1",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"browserslist": [
|
|
"last 5 Chrome versions",
|
|
"last 5 Firefox versions",
|
|
"last 5 Safari versions",
|
|
"last 5 Edge versions",
|
|
"last 5 ChromeAndroid versions",
|
|
"last 5 iOS versions",
|
|
"not IE <= 11",
|
|
"not dead"
|
|
]
|
|
}
|