2
0
mirror of https://github.com/frappe/frappe.git synced 2024-06-13 04:42:20 +00:00
frappe/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

95 lines
2.6 KiB
JSON
Raw Normal View History

2017-05-23 05:46:44 +00:00
{
"name": "frappe-framework",
2017-05-23 05:46:44 +00:00
"scripts": {
"build": "node esbuild",
"production": "node esbuild --production",
"watch": "node esbuild --watch",
2021-09-20 15:41:47 +00:00
"coverage:report": "npx nyc report --reporter=clover"
2017-05-23 05:46:44 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/frappe/frappe.git"
},
2018-04-11 06:53:42 +00:00
"author": "Frappe Technologies Pvt. Ltd.",
2017-05-23 05:46:44 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/frappe/frappe/issues"
},
"engines": {
"node": ">=18"
},
"homepage": "https://frappeframework.com",
2017-05-23 05:46:44 +00:00
"dependencies": {
"@editorjs/editorjs": "^2.28.2",
"@frappe/esbuild-plugin-postcss2": "^0.1.3",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@headlessui/vue": "^1.7.16",
"@popperjs/core": "^2.11.2",
"@redis/client": "^1.5.8",
"@sentry/browser": "^7.15.0",
2023-05-01 10:11:55 +00:00
"@vue-flow/background": "^1.1.0",
"@vue-flow/core": "^1.16.2",
"@vue/component-compiler": "^4.2.4",
"@vueuse/core": "^9.5.0",
"ace-builds": "^1.4.8",
"air-datepicker": "git+https://github.com/frappe/air-datepicker",
"autoprefixer": "10",
"awesomplete": "^1.1.5",
"bootstrap": "4.6.2",
"chalk": "^2.3.2",
"cliui": "^7.0.4",
"cookie": "^0.4.0",
2021-08-02 12:52:44 +00:00
"cropperjs": "^1.5.12",
"cssnano": "^5.0.0",
"driver.js": "^0.9.8",
"editorjs-undo": "0.1.6",
"esbuild": "^0.14.29",
"esbuild-plugin-vue3": "^0.3.0",
"fast-deep-equal": "^2.0.1",
"fast-glob": "^3.2.5",
2022-07-18 09:05:48 +00:00
"frappe-charts": "2.0.0-rc22",
"frappe-datatable": "1.17.16",
"frappe-gantt": "^0.6.0",
"highlight.js": "^10.4.1",
"html5-qrcode": "^2.3.8",
"jquery": "3.7.0",
"js-sha256": "^0.9.0",
"jsbarcode": "^3.11.0",
"launch-editor": "^2.2.1",
"localforage": "^1.10.0",
"md5": "^2.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"pinia": "^2.0.23",
"plyr": "^3.7.8",
"popper.js": "^1.16.0",
"postcss": "8",
2020-06-06 05:17:23 +00:00
"quill": "2.0.0-dev.4",
"quill-image-resize": "^3.0.9",
"quill-magic-url": "^3.0.0",
"qz-tray": "^2.0.8",
"rtlcss": "^4.0.0",
"sass": "^1.63.0",
2022-06-24 13:46:11 +00:00
"showdown": "^2.1.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"sortablejs": "^1.15.0",
"touch": "^3.1.0",
"vue": "^3.3.0",
2022-09-28 09:25:07 +00:00
"vue-router": "^4.1.5",
"vuedraggable": "^4.1.0",
2022-09-28 09:25:07 +00:00
"vuex": "4.0.2",
2022-06-24 13:46:11 +00:00
"yargs": "^17.5.1"
},
2021-09-20 15:41:47 +00:00
"nyc": {
"report-dir": ".cypress-coverage"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3"
2021-09-20 15:41:47 +00:00
}
}