-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"name": "crystalcube",
"private": true,
"version": "2.1.2",
"type": "module",
"license": "MPL-2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.16",
"@chakra-ui/react": "^2.7.0",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.2",
"@react-three/drei": "^9.70.1",
"@react-three/fiber": "^8.13.0",
"@types/three": "^0.152.1",
"comlink": "^4.4.1",
"cubing": "^0.35.6",
"framer-motion": "^10.12.16",
"immer": "^10.0.2",
"jotai": "^1.13.0",
"lodash": "^4.17.21",
"plausible-tracker": "^0.3.9",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.3",
"react-icons": "^4.7.1",
"react-router-dom": "^6.7.0",
"react-wrap-balancer": "^0.4.0",
"three": "^0.153.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/ramda": "^0.29.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@vitejs/plugin-react": "^3.0.1",
"eslint": "^8.33.0",
"eslint-plugin-react": "latest",
"typescript": "^5.0.4",
"vite": "^4.4.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}