2
0
mirror of https://github.com/frappe/books.git synced 2025-02-03 04:28:32 +00:00
books/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2018-01-08 17:59:49 +05:30
{
2020-01-02 23:06:00 +05:30
"name": "frappe-books",
"description": "Simple book-keeping app for everyone",
2020-05-11 20:26:01 +05:30
"version": "0.0.3-beta.13",
"author": {
"name": "Frappe Technologies Pvt. Ltd.",
"email": "hello@frappe.io"
},
2018-02-16 18:44:38 +05:30
"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"
2018-02-16 18:44:38 +05:30
},
"main": "background.js",
2018-01-08 17:59:49 +05:30
"dependencies": {
"@popperjs/core": "^2.0.3",
"core-js": "^3.4.3",
"electron-store": "^5.1.0",
2020-01-28 17:15:12 +05:30
"frappejs": "https://github.com/frappe/frappejs",
2021-09-08 22:42:25 +05:30
"frappe-charts": "1.6.1",
2021-09-04 21:06:41 +05:30
"knex": "^0.95.11",
2019-12-21 20:17:43 +05:30
"lodash": "^4.17.15",
"luxon": "^1.21.3",
"portal-vue": "^2.1.6",
"sqlite3": "^4.1.1",
2020-04-30 16:44:39 +05:30
"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",
2019-12-24 16:06:05 +05:30
"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",
2020-01-28 16:40:01 +05:30
"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": {
2019-12-16 17:10:59 +05:30
"*.{js,vue}": "vue-cli-service lint"
2021-09-30 14:53:08 +05:30
},
"engines": {
"node": ">=16.4.0"
2018-07-29 17:20:10 +05:30
}
}