-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.49 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.49 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "cosheet",
"description": "CoSheet - Collaborative Spreadsheet Server (based on EtherCalc)",
"version": "1.0.0",
"homepage": "https://github.com/phucdhh/CoSheet",
"repository": {
"type": "git",
"url": "https://github.com/phucdhh/CoSheet"
},
"dependencies": {
"axios": "^1.13.3",
"chrome-remote-interface": "^0.33.3",
"cookie-parser": "^1.4.7",
"cors": "*",
"csurf": "^1.11.0",
"csv-parse": "^0.0.6",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"iconv-lite": "^0.4.13",
"j": "0.4.5",
"livescript": "1.5.x",
"minimatch": "*",
"node-fetch": "^2.7.0",
"puppeteer": "^24.31.0",
"redis": "0.12.x",
"socialcalc": "^2.3.0",
"uuid-pure": "*",
"winston": "^3.18.3",
"winston-daily-rotate-file": "^5.0.0",
"xlsx": "^0.14.5",
"xoauth2": "*",
"yargs": "^17.7.2",
"zappajs": "0.5.x"
},
"devDependencies": {
"css-loader": "^0.9.0",
"livescript-loader": "^0.1.5",
"react": "^0.12.1",
"react-basic-tabs": "^1.0.3",
"react-hot-loader": "^0.5.0",
"style-loader": "^0.8.2",
"stylus-loader": "^3.0.2",
"superagent": "^0.21.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"subdomain": "ethercalc",
"bin": {
"ethercalc": "./bin/ethercalc"
},
"scripts": {
"start": "node app.js",
"postinstall": "bash scripts/apply-patches.sh"
},
"engines": {
"node": ">=16.0.0"
},
"overrides": {
"emitter": "npm:component-emitter@1.1.2"
}
}