-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 939 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
33
34
{
"name": "GraphWaGu",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/file-saver": "^2.0.7",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@webgpu/types": "^0.1.30",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-collapsible": "^2.10.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-select": "^5.7.3"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "pnpm run build && sh deploy.sh"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.3.2",
"bootstrap": "^5.3.0",
"gh-pages": "^3.2.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-glsl": "^1.1.2"
},
"homepage": "https://harp-lab.github.io/GraphWaGu/"
}