-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "shader-graph-wgsl",
"version": "0.0.0",
"description": "shader graph for wgsl",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"files": [
"src",
"README.md",
"package.json"
],
"sideEffects": [
"*.less"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"node material",
"shader graph",
"wgsl"
],
"author": "[email protected]",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.151.3",
"copy-to-clipboard": "3.3.3",
"rete-area-plugin": "^0.2.1",
"@codemirror/lint": "^6.4.2",
"@iizukak/codemirror-lang-wgsl": "^0.3.0",
"@codemirror/state": "^6.0.1",
"@codemirror/commands": "^6.3.3",
"@codemirror/language": "^6.10.1",
"@codemirror/view": "^6.25.1",
"@codemirror/theme-one-dark": "^6.1.2",
"codemirror": "^6.0.1",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.150.2",
"@vitejs/plugin-react": "^3.1.0",
"@webgpu/types": "latest",
"less": "^4.1.3",
"typescript": "^4.9.3",
"vite": "^4.5.2"
},
"license": "MIT"
}