-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 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": "codechella",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@hookform/resolvers": "^2.9.11",
"@mantine/core": "^6.0.1",
"@mantine/hooks": "^6.0.1",
"@types/node": "^18.15.5",
"@types/react-router-hash-link": "^2.4.5",
"hamburger-react": "^2.5.0",
"html2canvas": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-icons": "^4.7.1",
"react-router-dom": "^6.8.2",
"react-router-hash-link": "^2.4.3",
"styled-components": "^5.3.6",
"typescript": "^5.0.2",
"vite-jsconfig-paths": "^2.0.1",
"vite-tsconfig-paths": "^4.0.7",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0"
}
}