-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
55
{
"name": "simulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve --port 8000",
"server": "node app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babylonjs/core": "^4.2.0",
"@babylonjs/inspector": "^4.2.0",
"@types/node": "^14.14.37",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.0",
"dotenv": "^8.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.1.0",
"mini-css-extract-plugin": "^1.4.1",
"nodemon": "^2.0.7",
"style-loader": "^2.0.0",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@octokit/request": "^5.4.14",
"avr8js": "^0.15.0",
"babylonjs": "^4.2.0",
"babylonjs-gui": "^4.2.0",
"cannon": "^0.6.2",
"express": "^4.17.1",
"intel-hex": "^0.1.2",
"interactjs": "^1.10.11",
"monaco-editor": "^0.22.3",
"monaco-editor-webpack-plugin": "^3.0.0",
"open-cb-editor": "^1.0.26",
"path": "^0.12.7",
"source-map-loader": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CreateBaseNZ/simulation.git"
},
"bugs": {
"url": "https://github.com/CreateBaseNZ/simulation/issues"
},
"homepage": "https://github.com/CreateBaseNZ/simulation#readme"
}