-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1015 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1015 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
33
34
35
36
37
38
39
{
"name": "foresight",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@mui/styles": "^5.7.0",
"immer": "^9.0.12",
"pokemontcgsdk": "^2.0.0",
"random-words": "^1.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-pulse-dot": "^2.0.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"zustand": "^3.7.1"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/random-words": "^1.1.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-sound": "^1.2.3",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.5.4",
"vite": "^2.9.16"
}
}