35 lines
755 B
JSON
35 lines
755 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": {
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"desandro-matches-selector": "^2.0.2",
|
|
"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",
|
|
"mathlive": "^0.95.5",
|
|
"quill": "^1.3.6",
|
|
"sweetalert2": "^11.6.13",
|
|
"tinymce": "^6.7.0",
|
|
"uuid": "^9.0.1",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|