-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "minha-grana-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --port 3001",
"build": "tsc && vite build",
"preview": "vite preview",
"server": "json-server --watch --port 3333 db.json"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"react-number-format": "^5.2.2",
"react-router-dom": "^6.13.0",
"tailwindcss": "^3.3.2",
"zustand": "^4.3.8"
},
"devDependencies": {
"@mui/types": "^7.2.4",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.1",
"json-server": "^0.17.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0"
}
}