-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 983 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 983 Bytes
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
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "canvas.js",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"watch": "webpack --watch --mode production",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bytecodealliance/jco": "^0.4.1",
"@types/jquery": "^3.5.16",
"@types/node": "^18.11.18",
"@webgpu/types": "^0.1.24",
"3d-view-controls": "^2.2.2",
"codejar": "^3.6.0",
"css-loader": "^6.7.3",
"firebase": "^10.12.2",
"firebaseui": "^6.0.2",
"gl-matrix": "^3.4.3",
"interpolate-arrays": "^1.0.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"ts-shader-loader": "^2.0.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"doctrine": "^3.0.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.5"
}
}