72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "ezbookkeeping",
|
|
"version": "0.2.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": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"cbor-js": "^0.1.0",
|
|
"core-js": "^3.23.5",
|
|
"crypto-js": "^4.1.1",
|
|
"framework7": "^5.7.14",
|
|
"framework7-icons": "^5.0.5",
|
|
"framework7-vue": "^5.7.14",
|
|
"js-cookie": "^3.0.1",
|
|
"line-awesome": "^1.3.0",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.34",
|
|
"register-service-worker": "^1.7.2",
|
|
"ua-parser-js": "^1.0.2",
|
|
"vue": "^2.6.14",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-i18n": "^8.27.2",
|
|
"vue-pincode-input": "^0.4.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.19",
|
|
"@vue/cli-plugin-eslint": "^4.5.19",
|
|
"@vue/cli-plugin-pwa": "^4.5.19",
|
|
"@vue/cli-service": "^4.5.19",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"git-revision-webpack-plugin": "^3.0.6",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"vue-template-compiler": "^2.7.8"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|