mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "frappe-books",
|
|
"description": "Simple book-keeping app for everyone",
|
|
"version": "0.0.3-beta.13",
|
|
"author": {
|
|
"name": "Frappe Technologies Pvt. Ltd.",
|
|
"email": "hello@frappe.io"
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"electron:build": "vue-cli-service electron:build",
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps"
|
|
},
|
|
"main": "background.js",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.0.3",
|
|
"core-js": "^3.4.3",
|
|
"electron-store": "^5.1.0",
|
|
"frappejs": "https://github.com/frappe/frappejs",
|
|
"frappe-charts": "1.6.1",
|
|
"knex": "^0.95.11",
|
|
"lodash": "^4.17.15",
|
|
"luxon": "^1.21.3",
|
|
"portal-vue": "^2.1.6",
|
|
"sqlite3": "^4.1.1",
|
|
"tailwindcss": "^1.2.0",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-plugin-router": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"@vue/eslint-config-prettier": "^5.0.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"electron": "^8.0.0",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"electron-notarize": "^0.2.1",
|
|
"electron-updater": "^4.2.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"lint-staged": "^9.4.3",
|
|
"prettier": "^1.19.1",
|
|
"raw-loader": "^4.0.0",
|
|
"vue-cli-plugin-electron-builder": "^2.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue}": "vue-cli-service lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.4.0"
|
|
}
|
|
}
|