2018-01-08 12:29:49 +00:00
|
|
|
{
|
2020-01-02 17:36:00 +00:00
|
|
|
"name": "frappe-books",
|
2022-03-11 06:17:22 +00:00
|
|
|
"version": "0.4.0-beta.0",
|
2022-01-24 07:19:27 +00:00
|
|
|
"description": "Simple book-keeping app for everyone",
|
2018-03-30 17:03:12 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Frappe Technologies Pvt. Ltd.",
|
|
|
|
"email": "hello@frappe.io"
|
|
|
|
},
|
2018-02-16 13:14:38 +00:00
|
|
|
"scripts": {
|
2019-12-12 17:37:43 +00:00
|
|
|
"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",
|
2022-02-14 11:14:21 +00:00
|
|
|
"postuninstall": "electron-builder install-app-deps",
|
|
|
|
"script:translate": "node scripts/generateTranslations.js"
|
2018-02-16 13:14:38 +00:00
|
|
|
},
|
2019-12-12 17:37:43 +00:00
|
|
|
"main": "background.js",
|
2018-01-08 12:29:49 +00:00
|
|
|
"dependencies": {
|
2021-11-02 12:41:08 +00:00
|
|
|
"@popperjs/core": "^2.10.2",
|
|
|
|
"core-js": "^3.19.0",
|
2021-11-02 13:34:14 +00:00
|
|
|
"csvjson-csv2json": "^5.0.6",
|
2021-11-04 10:31:26 +00:00
|
|
|
"electron-store": "^8.0.1",
|
2022-01-21 09:38:53 +00:00
|
|
|
"feather-icons": "^4.28.0",
|
2021-11-02 12:41:08 +00:00
|
|
|
"knex": "^0.95.12",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"luxon": "^2.0.2",
|
2022-02-16 10:05:35 +00:00
|
|
|
"node-fetch": "2",
|
2022-01-21 09:38:53 +00:00
|
|
|
"pesa": "^1.1.3",
|
2022-01-06 09:47:07 +00:00
|
|
|
"sqlite3": "npm:@vscode/sqlite3@^5.0.7",
|
2022-02-09 10:31:45 +00:00
|
|
|
"vue": "^3.2.30",
|
|
|
|
"vue-router": "^4.0.12"
|
2019-10-24 05:17:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-02 13:34:14 +00:00
|
|
|
"@babel/core": "^7.16.0",
|
|
|
|
"@babel/eslint-parser": "^7.16.0",
|
2022-01-24 07:19:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
|
|
|
"@typescript-eslint/parser": "^4.15.1",
|
2021-11-02 13:34:14 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.5.0",
|
|
|
|
"@vue/cli-plugin-eslint": "^5.0.0-beta.7",
|
|
|
|
"@vue/cli-plugin-router": "^4.5.0",
|
2022-01-24 07:19:27 +00:00
|
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
2021-11-02 13:34:14 +00:00
|
|
|
"@vue/cli-service": "^4.5.0",
|
2022-01-24 07:19:27 +00:00
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
2021-11-02 12:30:45 +00:00
|
|
|
"autoprefixer": "^9",
|
2022-01-21 09:38:53 +00:00
|
|
|
"babel-loader": "^8.2.3",
|
2021-11-04 10:31:26 +00:00
|
|
|
"electron": "^15.3.0",
|
2021-08-18 15:36:32 +00:00
|
|
|
"electron-devtools-installer": "^3.2.0",
|
2021-11-02 13:34:14 +00:00
|
|
|
"electron-notarize": "^1.1.1",
|
|
|
|
"electron-updater": "^4.3.9",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-01-24 07:19:27 +00:00
|
|
|
"eslint-plugin-vue": "^7.0.0",
|
2021-11-02 13:34:14 +00:00
|
|
|
"lint-staged": "^11.2.6",
|
2022-01-13 07:36:15 +00:00
|
|
|
"postcss": "^8",
|
2021-11-02 13:34:14 +00:00
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"raw-loader": "^4.0.2",
|
2021-11-02 12:30:45 +00:00
|
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
2022-01-24 07:19:27 +00:00
|
|
|
"typescript": "~4.1.5",
|
2021-08-18 15:36:32 +00:00
|
|
|
"vue-cli-plugin-electron-builder": "^2.0.0",
|
2022-01-21 09:38:53 +00:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
|
|
|
"webpack": "^5.66.0"
|
2019-12-12 17:37:43 +00:00
|
|
|
},
|
2022-01-24 07:19:27 +00:00
|
|
|
"prettier": {
|
|
|
|
"semi": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "es5"
|
|
|
|
},
|
|
|
|
"engines": {
|
2022-02-21 05:01:02 +00:00
|
|
|
"node": ">=16.13.1 <17",
|
2022-01-24 07:19:27 +00:00
|
|
|
"yarn": "1.22.17"
|
|
|
|
},
|
2022-02-21 05:01:02 +00:00
|
|
|
"engineStrict": true,
|
2019-12-12 17:37:43 +00:00
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
},
|
2022-01-24 07:19:27 +00:00
|
|
|
"homepage": "https://frappebooks.com",
|
2019-12-12 17:37:43 +00:00
|
|
|
"lint-staged": {
|
2019-12-16 11:40:59 +00:00
|
|
|
"*.{js,vue}": "vue-cli-service lint"
|
2021-09-30 09:23:08 +00:00
|
|
|
},
|
2022-01-24 07:19:27 +00:00
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/frappe/books"
|
2021-12-06 11:14:27 +00:00
|
|
|
}
|
2019-07-16 06:59:35 +00:00
|
|
|
}
|