-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "fish-pond",
"homepage": "https://otavs.github.io/Fish-Pond/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@pixi/filter-color-replace": "^5.0.0",
"@pixi/filter-shockwave": "^5.1.1",
"color": "^4.2.3",
"mobile-detect": "^1.4.5",
"pixi.js": "^7.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"stats.js": "^0.17.0",
"styled-components": "^5.3.6",
"tweakpane": "^3.1.1"
},
"devDependencies": {
"@tweakpane/core": "^1.1.1",
"@types/color": "^3.0.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/stats.js": "^0.17.0",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.0.0",
"gh-pages": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-glsl": "^1.1.1"
}
}