This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.59 KB
/
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
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
{
"name": "brainsatplay-platform",
"version": "1.0.0",
"description": "",
"source": "public/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/brainsaplay/brainsatplay"
},
"scripts": {
"start": "node --max-old-space-size=5000 app.js",
"build": "NODE_OPTIONS='--max-old-space-size=5000' snowpack build"
},
"author": "Joshua Brewster",
"license": "GPL-3.0-only",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@giveback007/util-lib": "^0.16.4",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-optimize": "^0.2.13",
"browserfs": "^1.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"gaussian": "^1.2.0",
"http": "^0.0.1-security",
"module": "^1.2.5",
"mongodb": "^3.6.5",
"mongodb-client-encryption": "^1.2.3",
"net": "^1.0.2",
"node-p5": "^1.0.4",
"normalize.css": "^8.0.1",
"osc": "^2.4.2",
"p5": "^1.3.1",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"postprocessing": "^6.17.4",
"prism-themes": "^1.9.0",
"prismjs": "^1.25.0",
"realm-web": "^1.2.1",
"regenerator-runtime": "^0.13.7",
"serve-favicon": "^2.5.0",
"serverless-http": "^2.7.0",
"smoothie": "^1.35.0",
"snowpack": "^3.8.8",
"snowpack-plugin-glslify": "^1.0.0",
"src": "^1.1.2",
"three": "^0.134.0",
"timechart": "^0.5.2",
"tls": "0.0.1",
"uplot": "^1.4.0",
"utf-8-validate": "^5.0.4",
"ws": "^7.4.6"
},
"optionalDependencies": {
"robotjs": "^0.6.0"
}
}