-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@emailjs/browser": "^3.6.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@react-pdf-viewer/core": "^3.2.0",
"@react-pdf-viewer/default-layout": "^3.2.0",
"aos": "^2.3.4",
"framer-motion": "^6.3.0",
"pdfjs-dist": "^2.13.216",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-pdf": "^5.7.2",
"react-router-dom": "^6.3.0",
"react-router-hash-link": "^2.4.3",
"react-sound": "^1.2.0",
"react-vertical-timeline-component": "^3.5.2"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react-pdf": "^5.7.0",
"@types/react-router-hash-link": "^2.4.5",
"@types/react-sound": "^1.2.3",
"@types/react-vertical-timeline-component": "^3.3.3",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.2"
}
}