-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@react-google-maps/api": "^2.7.0",
"axios": "^0.24.0",
"framer-motion": "^5.5.5",
"google-map-react": "^2.1.10",
"next": "^12.0.7",
"parallax-js": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-tsparticles": "^1.38.0",
"react-typical": "^0.1.3",
"recoil": "^0.5.2",
"tailwind-scrollbar": "^1.3.1",
"tailwind-scrollbar-hide": "^1.1.7",
"weather-icons-react": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
}
}