-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "next-tailwind-graphql-express-repo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"scrape": "cd bot && node index.js"
},
"dependencies": {
"@headlessui/react": "^1.7.1",
"@heroicons/react": "v1",
"@react-google-maps/api": "^2.13.1",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"framer-motion": "^7.3.5",
"geolib": "^3.3.3",
"gsap": "^3.11.1",
"leaflet": "^1.9.2",
"leaflet-defaulticon-compatibility": "^0.1.1",
"next": "12.3.1",
"puppeteer": "^18.0.5",
"puppeteer-autoscroll-down": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-maps": "^9.4.5",
"react-leaflet": "^4.1.0",
"recompose": "^0.30.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}