-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 838 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": "npm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run install-missing-dependencies && npm run build && npm run serve",
"install-missing-dependencies": "npm i",
"build": "webpack --config webpack.config.js",
"serve": "live-server --cors"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/gltf": "^4.3.3",
"@types/jquery": "^3.5.32",
"@types/node": "^20.8.9",
"@webgpu/types": "^0.1.38",
"fabric": "^6.5.3",
"gl-matrix": "^3.4.3",
"jquery": "^3.7.1",
"live-server": "^1.2.2",
"node": "^21.1.0",
"ts-loader": "^9.5.0",
"ts-shader-loader": "^2.0.2",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}