-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
{
"name": "babylon-mmd-template",
"version": "1.0.0",
"description": "babylon mmd sample project",
"scripts": {
"start": "webpack serve --env development",
"build": "webpack --env production",
"lint": "eslint --ext .ts,.tsx . --fix --cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noname0310/babylon-mmd-template.git"
},
"author": "noname0310",
"license": "MIT",
"bugs": {
"url": "https://github.com/noname0310/babylon-mmd-template/issues"
},
"homepage": "https://github.com/noname0310/babylon-mmd-template#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"@babylonjs/core": "^7.24.0",
"@babylonjs/havok": "^1.3.8",
"@babylonjs/inspector": "^7.24.0",
"@babylonjs/materials": "^7.24.0",
"babylon-mmd": "^0.53.0"
},
"sideEffects": false
}