Files
ezbookkeeping/package.json
T
mayswind b1c765eb51 Upgrade to vue3 (#16)
* upgrade to vue 3.x and framework7 8.x
* change calendar plugin to vue-datepicker
* disable export button when user does not hava any transaction
* implement new pin code input
* append thousands separator in amount in exchange rates page
2023-04-21 01:45:00 +08:00

59 lines
1.5 KiB
JSON

{
"name": "ezbookkeeping",
"version": "0.3.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": {
"@vuepic/vue-datepicker": "^4.4.0",
"axios": "^1.3.6",
"cbor-js": "^0.1.0",
"clipboard": "^2.0.11",
"crypto-js": "^4.1.1",
"dom7": "^4.0.6",
"framework7": "^8.0.3",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.0.3",
"js-cookie": "^3.0.1",
"line-awesome": "^1.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"register-service-worker": "^1.7.2",
"skeleton-elements": "^4.0.1",
"swiper": "^9.2.3",
"ua-parser-js": "^1.0.35",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.11.0",
"git-rev-sync": "^3.0.2",
"postcss-preset-env": "^8.3.2",
"vite": "^4.2.2",
"vite-plugin-pwa": "^0.14.7"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}