-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "js_zero",
"version": "1.0.0",
"description": "A simple JavaScript Web-App to learn stuff",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"build-online": "webpack --config webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babylonjs/core": "^6.30.0",
"@babylonjs/gui": "^6.30.0",
"@babylonjs/loaders": "^6.30.0",
"babel-loader": "^8.3.0",
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"ssri": "^10.0.5",
"stats": "^1.0.0",
"style-loader": "^1.0.1",
"ts-loader": "^8.4.0",
"typescript": "^4.9.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@types/stats": "^0.16.30",
"jquery": "^3.7.1",
"stats-js": "^1.0.1"
}
}