-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "studio-p5js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"https-browserify": "^1.0.0",
"img2gcode": "^1.2.0",
"jimp": "^0.22.10",
"node": "^19.6.1",
"openai": "^3.2.1",
"os": "^0.1.2",
"path": "^0.12.7",
"progress": "^2.0.3",
"pyodide": "<https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js>",
"python-shell": "^5.0.0",
"pythonia": "^1.0.3",
"querystring-es3": "^0.2.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.1",
"util": "^0.12.5",
"webpack": "^5.76.1"
},
"devDependencies": {
"webpack-cli": "^5.0.1"
},
"browser": {
"os": false,
"child_process": false,
"jimp": true
}
}