-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.53 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
51
52
53
54
55
56
{
"name": "snow-accumulation",
"version": "0.1.0",
"description": "Samples using the WebGPU API",
"license": "BSD-3-Clause",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Cryszzz/CIS-5650-Final-Project.git"
},
"scripts": {
"lint": "eslint --ext .ts,.tsx src/",
"fix": "eslint --fix --ext .ts,.tsx src/",
"start": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export"
},
"dependencies": {
"@types/dom-mediacapture-transform": "^0.1.5",
"codemirror": "^5.58.2",
"dat.gui": "^0.7.6",
"file-loader": "^6.2.0",
"install": "^0.13.0",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stanford-dragon": "1.1.1",
"stats-js": "^1.0.1",
"teapot": "1.0.0",
"wgpu-matrix": "^2.5.0",
"geotiff":"^2.1.0",
"gl-matrix":"^3.4.3",
"simplex-noise":"^4.0.1",
"alea":"^1.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.0",
"@types/codemirror": "0.0.97",
"@types/dat.gui": "^0.7.6",
"@types/node": "^18.11.8",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/stats.js": "^0.17.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@webgpu/types": "^0.1.38",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"typescript": "^4.9.5"
}
}