-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "personal-finance",
"version": "0.0.0",
"homepage": "https://rafaelpires2.github.io/personal-finance/",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@mui/material": "^5.11.12",
"@mui/styled-engine-sc": "^5.11.11",
"axios": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.4.4",
"styled-components": "^5.3.8",
"yup": "^0.32.11",
"zod": "^3.19.1"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.1.3",
"@types/node": "^18.11.14",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.29.0",
"gh-pages": "^4.0.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}