-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.55 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "particle-life-3d",
"private": true,
"version": "1.3.3",
"type": "module",
"description": "🦠 Life is made up of elementary particles.",
"keywords": [
"particle-life",
"particles",
"physics-simulation",
"simulation",
"zdog",
"3d",
"game-of-life"
],
"homepage": "https://particle-life-3d.vercel.app",
"bugs": {
"url": "https://github.com/tientq64/particle-life-3d/issues",
"email": "[email protected]"
},
"author": {
"name": "tientq64",
"email": "[email protected]",
"url": "https://github.com/tientq64"
},
"funding": [
"https://ko-fi.com/tientq64",
"https://buymeacoffee.com/tientq64"
],
"repository": {
"type": "git",
"url": "https://github.com/tientq64/particle-life-3d.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"antd": "5.17.4",
"dayjs": "1.11.11",
"file-saver": "2.0.5",
"i18next": "23.11.5",
"i18next-browser-languagedetector": "8.0.0",
"lz-string": "1.5.0",
"material-icons": "1.13.12",
"nanoid": "5.0.7",
"pizzicato": "0.6.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.2",
"zdog": "1.1.3",
"zustand": "4.5.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^21.1.7",
"@types/node": "20.14.2",
"@types/pizzicato": "^0.6.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/zdog": "^1.1.7",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"rollup": "4.18.0",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}