2
0
mirror of https://github.com/frappe/books.git synced 2024-05-30 15:20:49 +00:00
books/package.json
2024-02-07 20:12:30 -08:00

99 lines
2.8 KiB
JSON

{
"name": "frappe-books",
"version": "0.21.2",
"description": "Simple book-keeping app for everyone",
"author": {
"name": "Frappe Technologies Pvt. Ltd.",
"email": "hello@frappe.io"
},
"scripts": {
"dev": "node build/scripts/dev.mjs",
"build": "node build/scripts/build.mjs",
"release": "scripts/publish-mac-arm.sh",
"postinstall": "electron-rebuild",
"postuninstall": "electron-rebuild",
"script:translate": "scripts/runner.sh scripts/generateTranslations.ts",
"script:profile": "scripts/profile.sh",
"test": "scripts/test.sh",
"uitest": "node uitest/index.mjs | tap-spec",
"lint": "eslint . --ext ts,vue",
"format": "prettier --write ."
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/lang-vue": "^0.1.1",
"@popperjs/core": "^2.10.2",
"better-sqlite3": "^9.2.2",
"codemirror": "^6.0.1",
"core-js": "^3.19.0",
"electron-store": "^8.0.1",
"feather-icons": "^4.28.0",
"knex": "^2.4.0",
"lodash": "^4.17.21",
"luxon": "^2.5.2",
"node-fetch": "2",
"pesa": "^1.1.12",
"source-map-support": "^0.5.21",
"vue": "^3.2.40",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@electron/rebuild": "^3.4.1",
"@lezer/common": "^1.0.0",
"@types/assert": "^1.5.6",
"@types/better-sqlite3": "^7.6.4",
"@types/electron-devtools-installer": "^2.2.0",
"@types/lodash": "^4.14.179",
"@types/luxon": "^2.3.1",
"@types/node": "^17.0.23",
"@types/node-fetch": "^2.6.1",
"@types/tape": "^4.13.2",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^9",
"chokidar": "^3.5.3",
"dotenv": "^16.0.0",
"electron": "22.3.27",
"electron-builder": "^24.9.1",
"electron-devtools-installer": "^3.2.0",
"electron-updater": "^6.1.7",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.15.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"playwright": "^1.35.1",
"postcss": "^8",
"prettier": "^2.4.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tailwindcss-rtl": "^0.9.0",
"tap-spec": "^5.0.0",
"tape": "^5.6.1",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"vite": "^4.5.2",
"vue-tsc": "^1.6.5",
"yargs": "^17.7.2"
},
"resolutions": {
"node-abi": "^3.54.0"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"homepage": "https://frappebooks.com",
"repository": {
"url": "https://github.com/frappe/books"
},
"license": "AGPL-3.0-only"
}