projectb/package.json
2023-10-11 17:26:00 +05:30

38 lines
839 B
JSON

{
"name": "project-b",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "start",
"start": "electron ."
},
"author": "venkatesh",
"license": "MIT",
"devDependencies": {
"electron": "^26.1.0"
},
"dependencies": {
"bootstrap-icons": "^1.11.1",
"cheerio": "^1.0.0-rc.12",
"desandro-matches-selector": "^2.0.2",
"dotenv": "^16.3.1",
"ev-emitter": "^2.1.2",
"fizzy-ui-utils": "^3.0.0",
"formidable": "^3.5.1",
"get-size": "^3.0.0",
"http": "^0.0.1-security",
"is-online": "^10.0.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"jsdom": "^22.1.0",
"mathjax": "^3.2.2",
"mathlive": "^0.95.5",
"quill": "^1.3.6",
"sweetalert2": "^11.6.13",
"tinymce": "^6.7.0",
"uuid": "^9.0.1",
"xml2js": "^0.6.2"
}
}