-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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": "techgore",
"private": true,
"version": "0.0.0",
"homepage": "https://georgiadesigns.github.io/techgore/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@react-three/drei": "^9.85.0",
"@react-three/fiber": "^8.14.3",
"@react-three/postprocessing": "^2.15.1",
"buffer": "^6.0.3",
"gh-pages": "^6.2.0",
"global": "^4.4.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
"react-stripe-checkout": "^2.6.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"reselect": "^4.1.8",
"stripe": "^12.6.0",
"styled-components": "^6.0.0-rc.1",
"three": "^0.156.1",
"wouter": "^2.10.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",
"vite": "^4.2.0"
}
}