-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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": "tecno_site",
"version": "1.0.0",
"homepage": "https://tecnojr.com.br/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "npm run build && vite preview --host"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@googlemaps/react-wrapper": "^1.1.34",
"@stitches/react": "^1.2.8",
"babel-plugin-macros": "^3.1.0",
"blurhash": "^2.0.4",
"emailjs-com": "^3.2.0",
"framer-motion": "^7.9.1",
"npm": "^9.7.2",
"react": "^18.1.0",
"react-blurhash": "^0.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-slick": "^0.23.8",
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.7.2",
"vite": "^4.3.9"
}
}