forked from bigmistqke/collective_sun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 980 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
36
37
38
39
40
{
"name": "sunstream",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon ./src/server.js",
"client": "nodemon ./src/client.js",
"safestart": "node --experimental-modules ./src/server.js",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"gif-extract-frames": "^1.0.2",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"three": "^0.122.0",
"three-gif-loader": "^1.1.0",
"tracking": "^1.1.3",
"uuid": "^8.3.1"
},
"devDependencies": {
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"description": ""
}