forked from Phoshco/model-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.63 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
{
"name": "model-viewer",
"version": "1.0.0",
"description": "babylon mmd model viewing project",
"scripts": {
"start": "webpack serve --mode development",
"watch": "webpack --watch",
"build": "webpack --env production",
"lint": "eslint --ext .ts,.tsx . --fix --cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phoshco/model-viewer.git"
},
"author": "Phoshco",
"license": "MIT",
"homepage": "https://github.com/Phoshco/model-viewer",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.18.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.3",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"url": "^0.11.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"sideEffects": false,
"dependencies": {
"@babylonjs/core": "^7.44.0",
"@babylonjs/havok": "^1.3.10",
"@babylonjs/inspector": "^7.44.0",
"@babylonjs/loaders": "^7.44.0",
"@babylonjs/materials": "^7.44.0",
"@stylistic/eslint-plugin-js": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^2.13.0",
"babylon-mmd": "^0.60.2",
"firebase": "^11.2.0",
"minisearch": "^7.1.1",
"typescript-eslint": "^8.20.0"
}
}