-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.23 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
42
43
44
45
46
{
"name": "carlosadriangarcia",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp _redirects ./build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.11.13",
"aos": "^2.3.4",
"framer-motion": "^10.6.0",
"rc-progress": "^3.4.1",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.8.0",
"react-masonry-css": "^1.0.16",
"react-modal": "^3.16.1",
"react-router-dom": "^6.9.0",
"react-slick": "^0.29.0",
"react-text-animations": "^1.1.10",
"react-toastify": "^9.1.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.13.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}