-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"homepage": "src/excel.html",
"name": "ELEC",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "king medo <kingmedo954@gmail.com>",
"productName": "Corset",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "10.1.3",
"html2canvas": "^1.0.0-rc.7"
},
"dependencies": {
"@aternus/csv-to-xlsx": "^1.0.16",
"@grapecity/spread-excelio": "13.2.3",
"@grapecity/spread-sheets": "13.2.3",
"@todesktop/runtime": "^0.2.7",
"body-parser": "1.19.0",
"csv-parser": "2.3.3",
"csv-writer": "1.6.0",
"docxtemplater": "3.19.6",
"express": "4.17.1",
"jquery": "3.5.1",
"node-csv": "0.1.2",
"papaparse": "5.3.0",
"pizzip": "3.0.6",
"x-data-spreadsheet": "1.1.7"
}
}