-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "demolishedwebgpu",
"version": "1.0.2",
"description": "demolishedWebGPU is a shader rendering engine based on WebGPU.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MagnusThor/demolishedWebGPU"
},
"keywords": [
"javascript",
"typescript",
"shaders",
"glsl",
"wglsl",
"spir-v",
"webgpu",
"demoscene"
],
"author": {
"name": "Magnus Thor",
"email": "magnus.thor74@gmail.com"
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@types/codemirror": "^5.60.15",
"@uiw/codemirror-theme-monokai": "^4.22.2",
"@webgpu/types": "^0.1.40",
"axios": "^1.7.2",
"cm6-theme-solarized-dark": "^0.2.0",
"webgpu": "^0.1.16",
"yy-fps": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"codemirror": "^6.0.1",
"stanford-dragon": "^1.1.1",
"webpack": "^5.91.0"
}
}