78 lines
2 KiB
JSON
78 lines
2 KiB
JSON
{
|
|
"name": "frappe-framework",
|
|
"scripts": {
|
|
"build": "node esbuild",
|
|
"production": "node esbuild --production",
|
|
"watch": "node esbuild --watch",
|
|
"snyk-protect": "snyk protect"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frappe/frappe.git"
|
|
},
|
|
"author": "Frappe Technologies Pvt. Ltd.",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/frappe/frappe/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"homepage": "https://frappeframework.com",
|
|
"dependencies": {
|
|
"@editorjs/editorjs": "^2.20.0",
|
|
"@editorjs/header": "^2.6.1",
|
|
"ace-builds": "^1.4.8",
|
|
"air-datepicker": "github:frappe/air-datepicker",
|
|
"autoprefixer": "^9.8.6",
|
|
"awesomplete": "^1.1.5",
|
|
"bootstrap": "4.5.0",
|
|
"cliui": "^7.0.4",
|
|
"cookie": "^0.4.0",
|
|
"cssnano": "^5.0.0",
|
|
"driver.js": "^0.9.8",
|
|
"express": "^4.17.1",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"frappe-charts": "^2.0.0-rc13",
|
|
"frappe-datatable": "^1.15.3",
|
|
"frappe-gantt": "^0.5.0",
|
|
"fuse.js": "^3.4.6",
|
|
"highlight.js": "^10.4.1",
|
|
"jquery": "3.5.0",
|
|
"js-sha256": "^0.9.0",
|
|
"jsbarcode": "^3.9.0",
|
|
"localforage": "^1.9.0",
|
|
"moment": "^2.20.1",
|
|
"moment-timezone": "^0.5.28",
|
|
"node-sass": "^4.14.1",
|
|
"plyr": "^3.6.2",
|
|
"popper.js": "^1.16.0",
|
|
"quagga": "^0.12.1",
|
|
"quill": "2.0.0-dev.4",
|
|
"quill-image-resize": "^3.0.9",
|
|
"quill-magic-url": "^3.0.0",
|
|
"qz-tray": "^2.0.8",
|
|
"redis": "^3.1.1",
|
|
"showdown": "^1.9.1",
|
|
"snyk": "^1.518.0",
|
|
"socket.io": "^2.4.0",
|
|
"superagent": "^3.8.2",
|
|
"touch": "^3.1.0",
|
|
"vue": "2.6.12",
|
|
"vue-router": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@editorjs/checklist": "^1.3.0",
|
|
"@editorjs/list": "^1.6.2",
|
|
"editorjs-undo": "^0.1.6",
|
|
"chalk": "^2.3.2",
|
|
"esbuild": "^0.11.21",
|
|
"esbuild-plugin-postcss2": "^0.0.9",
|
|
"esbuild-vue": "^0.2.0",
|
|
"fast-glob": "^3.2.5",
|
|
"launch-editor": "^2.2.1",
|
|
"md5": "^2.3.0",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"snyk": true
|
|
}
|