-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 841 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": "encrypt3dmodel",
"version": "1.0.0",
"description": "Encrypt 3DModel",
"main": "index.js",
"scripts": {
"dev": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZoeLeee/Encrypt3DModel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZoeLeee/Encrypt3DModel/issues"
},
"homepage": "https://github.com/ZoeLeee/Encrypt3DModel#readme",
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babylonjs/core": "^4.2.1",
"@babylonjs/loaders": "^4.2.1",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.2",
"core-js": "^3.20.3",
"express": "^4.17.2",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.67.0",
"webpack-dev-middleware": "^5.3.0"
}
}