mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
f9d624c657
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.39 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "frappe-books",
|
|
"description": "Simple book-keeping app for everyone",
|
|
"homepage": "https://frappebooks.com",
|
|
"version": "0.0.4-beta.2",
|
|
"author": {
|
|
"name": "Frappe Technologies Pvt. Ltd.",
|
|
"email": "hello@frappe.io"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/frappe/books"
|
|
},
|
|
"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.10.2",
|
|
"core-js": "^3.19.0",
|
|
"csvjson-csv2json": "^5.0.6",
|
|
"electron-store": "^8.0.1",
|
|
"frappe-charts": "1.6.1",
|
|
"frappejs": "frappe/frappejs",
|
|
"knex": "^0.95.12",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^2.0.2",
|
|
"sqlite3": "npm:@vscode/sqlite3@^5.0.7",
|
|
"vue": "^2.6.14",
|
|
"vue-router": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/eslint-parser": "^7.16.0",
|
|
"@vue/cli-plugin-babel": "^4.5.0",
|
|
"@vue/cli-plugin-eslint": "^5.0.0-beta.7",
|
|
"@vue/cli-plugin-router": "^4.5.0",
|
|
"@vue/cli-service": "^4.5.0",
|
|
"autoprefixer": "^9",
|
|
"electron": "^15.3.0",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"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",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"lint-staged": "^11.2.6",
|
|
"postcss": "^8",
|
|
"prettier": "^2.4.1",
|
|
"raw-loader": "^4.0.2",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
"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.13.1",
|
|
"yarn": "1.22.17"
|
|
},
|
|
"prettier": {
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
}
|
|
}
|