-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "memory-game",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && echo '/* /index.html 200' | cat > dist/_redirects",
"serve": "vite preview"
},
"dependencies": {
"-": "^0.0.1",
"@types/react-icons": "^3.0.0",
"D": "^1.0.0",
"firebase": "^9.4.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-router-dom": "5.3.0",
"react-shimmer": "^3.1.3",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "5.3.0",
"@types/styled-components": "^5.1.15",
"@types/uuid": "^8.3.3",
"@vitejs/plugin-react": "^1.0.0",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}