-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "marvel-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@mui/styled-engine-sc": "^5.11.9",
"@mui/styles": "^5.11.9",
"@reduxjs/toolkit": "1.9.2",
"@types/material-ui": "^0.21.12",
"@types/node": "^18.13.0",
"md5-typescript": "^1.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "6.8.1",
"react-router-dom": "6.8.1",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-saga": "^1.2.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"dotenv": "^16.0.3",
"react-error-overlay": "^6.0.9",
"typescript": "^4.9.3",
"vite": "^4.1.0"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}