-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "3draw",
"version": "0.0.1",
"description": "uwu !",
"main": "index.js",
"repository": "[email protected]:MiniHacks/3draw.git",
"author": "minihacks uwu",
"license": "WTFPL",
"dependencies": {
"bootstrap": "^5.1.3",
"chalk": "^4.1.2",
"concurrently": "^7.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"networked-aframe": "^0.9.0",
"open-easyrtc": "^2.0.13",
"socket.io": "==2.3.0",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-dev-middleware": "^5.3.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"esbuild": "^0.14.23",
"esbuild-runner": "^2.2.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"ts-node": "^10.5.0"
},
"scripts": {
"start": "node server/dev.js",
"dev": "nodemon server/server.js",
"tunnel": ""
}
}