-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "blogpessoal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@mui/icons-material": "5.0.5",
"@mui/material": "5.0.6",
"@types/redux": "3.6.0",
"axios": "0.21.4",
"react": "^17",
"react-alice-carousel": "^2.7.1",
"react-dom": "^17",
"react-redux": "7.2.5",
"react-router-dom": "6",
"react-toastify": "8.0.3",
"react-use-localstorage": "3.5.3"
},
"devDependencies": {
"@types/react": "^17",
"@types/react-dom": "^17",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}