-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "reaction",
"version": "0.0.0",
"private": true,
"license": "apache-2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@fontsource/teko": "^4.5.0",
"@headlessui/react": "^1.3.0",
"@netlify/functions": "^0.7.2",
"@react-three/a11y": "^2.1.0",
"@react-three/drei": "^7.0.2",
"@react-three/fiber": "^7.0.1",
"@types/howler": "^2.2.2",
"@types/workbox-build": "^5.0.1",
"cookie": "^0.4.1",
"cookie-encrypter": "^1.0.1",
"faunadb": "^4.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-query": "^3.17.2",
"react-spring": "^9.2.3",
"stripe": "^8.161.0",
"tailwindcss": "^2.2.4",
"three": "^0.129.0",
"tinycolor2": "^1.4.2",
"zustand": "^3.5.4"
},
"devDependencies": {
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/three": "^0.129.1",
"@types/tinycolor2": "^1.4.2",
"@vitejs/plugin-react-refresh": "^1.3.3",
"typescript": "^4.3.4",
"vite": "^2.3.8",
"vite-plugin-pwa": "^0.8.1"
}
}