69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "ezbookkeeping",
|
|
"version": "0.4.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": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/js": "^7.2.96",
|
|
"@vuepic/vue-datepicker": "^5.4.0",
|
|
"axios": "^1.4.0",
|
|
"cbor-js": "^0.1.0",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.1.1",
|
|
"dom7": "^4.0.6",
|
|
"echarts": "^5.4.3",
|
|
"framework7": "^8.3.0",
|
|
"framework7-icons": "^5.0.5",
|
|
"framework7-vue": "^8.3.0",
|
|
"js-cookie": "^3.0.5",
|
|
"leaflet": "^1.9.4",
|
|
"line-awesome": "^1.3.0",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.43",
|
|
"pinia": "^2.1.6",
|
|
"register-service-worker": "^1.7.2",
|
|
"skeleton-elements": "^4.0.1",
|
|
"swiper": "^10.2.0",
|
|
"ua-parser-js": "^1.0.35",
|
|
"vue": "^3.3.4",
|
|
"vue-echarts": "^6.6.1",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.4",
|
|
"vue3-perfect-scrollbar": "^1.6.1",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuetify": "^3.3.16"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.3.1",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.47.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"git-rev-sync": "^3.0.2",
|
|
"postcss-preset-env": "^9.1.1",
|
|
"sass": "^1.66.1",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
"vite-plugin-vuetify": "^1.0.2"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|