-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 859 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
{
"name": "vray-appsdk-three-editor-integrate",
"version": "1.0.0",
"scripts": {
"start": "nodemon --watch server -e ts,ejs --exec ts-node server/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.7",
"@types/node": "^22.3.0",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/three": "^0.167.2",
"axios": "^1.7.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"nodemon": "^3.1.4",
"rimraf": "^6.0.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"three": "^0.167.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"yaml": "^2.5.0"
}
}