mirror of
https://github.com/mayswind/ezbookkeeping
synced 2026-04-21 13:37:43 +00:00
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "ezbookkeeping",
|
|
"version": "1.5.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": "12.1.0",
|
|
"axios": "1.14.0",
|
|
"cbor-js": "0.1.0",
|
|
"chardet": "2.1.1",
|
|
"clipboard": "2.0.11",
|
|
"crypto-js": "4.2.0",
|
|
"dom7": "4.0.6",
|
|
"echarts": "6.0.0",
|
|
"framework7": "9.0.3",
|
|
"framework7-icons": "5.0.5",
|
|
"framework7-vue": "9.0.3",
|
|
"jalaali-js": "1.2.8",
|
|
"leaflet": "1.9.4",
|
|
"line-awesome": "1.3.0",
|
|
"moment": "2.30.1",
|
|
"moment-timezone": "0.6.1",
|
|
"pinia": "3.0.4",
|
|
"register-service-worker": "1.7.2",
|
|
"skeleton-elements": "4.0.1",
|
|
"swiper": "12.1.3",
|
|
"ua-parser-js": "1.0.39",
|
|
"vue": "3.5.31",
|
|
"vue-echarts": "8.0.1",
|
|
"vue-i18n": "11.3.0",
|
|
"vue-router": "5.0.4",
|
|
"vue3-perfect-scrollbar": "2.0.0",
|
|
"vuedraggable": "4.1.0",
|
|
"vuetify": "3.12.4"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "30.3.0",
|
|
"@tsconfig/node24": "24.0.4",
|
|
"@types/cbor-js": "0.1.1",
|
|
"@types/crypto-js": "4.2.2",
|
|
"@types/git-rev-sync": "2.0.2",
|
|
"@types/jalaali-js": "1.2.0",
|
|
"@types/jest": "30.0.0",
|
|
"@types/node": "25.5.0",
|
|
"@types/ua-parser-js": "0.7.39",
|
|
"@vitejs/plugin-vue": "6.0.5",
|
|
"@vue/eslint-config-typescript": "14.7.0",
|
|
"@vue/tsconfig": "0.9.1",
|
|
"cross-env": "10.1.0",
|
|
"eslint": "10.1.0",
|
|
"eslint-plugin-vue": "10.8.0",
|
|
"git-rev-sync": "3.0.2",
|
|
"jest": "30.3.0",
|
|
"postcss-preset-env": "11.2.0",
|
|
"sass": "1.98.0",
|
|
"ts-jest": "29.4.6",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.9.3",
|
|
"vite": "7.3.1",
|
|
"vite-plugin-checker": "0.12.0",
|
|
"vite-plugin-pwa": "1.2.0",
|
|
"vite-plugin-vuetify": "2.1.3",
|
|
"vue-tsc": "3.2.6"
|
|
},
|
|
"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"
|
|
]
|
|
}
|