-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
73 lines (73 loc) · 1.76 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
71
72
73
{
"name": "cherry-charm",
"version": "1.0.0",
"author": "Michael Kolesidis <michael.kolesidis@gmail.com> (https://michaelkolesidis.com/)",
"license": "AGPL-3.0-or-later",
"description": "An online 3D slot machine game.",
"keywords": [
"slot machine",
"slot machine game",
"slot machine js",
"online slots",
"reels",
"spin",
"cherry",
"apple",
"lemon",
"banana",
"fruits",
"fruit machine",
"game",
"slot",
"threejs",
"react",
"javascript",
"typescript",
"3D",
"3D game",
"react three fiber",
"r3f",
"casual",
"gambling",
"react game",
"online game",
"gambling game",
"casino",
"casino game",
"casino games",
"virtual casino"
],
"repository": "https://github.com/michaelkolesidis/cherry-charm.git",
"homepage": "https://github.com/michaelkolesidis/cherry-charm",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.77.4",
"@react-three/fiber": "^8.13.4",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.153.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}