-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.12 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@heroicons/react": "^1.0.3",
"@react-hook/media-query": "^1.1.1",
"@reduxjs/toolkit": "^1.6.1",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.17.0",
"axios": "^0.21.1",
"date-fns": "^2.23.0",
"firebase": "^8.9.1",
"framer-motion": "^4.1.17",
"geolib": "^3.3.1",
"next": "^11.0.1",
"next-auth": "^3.27.3",
"next-pwa": "^5.3.0",
"nextjs-progressbar": "^0.0.11",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-date-range": "^1.3.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-map-gl": "^6.1.16",
"react-redux": "^7.2.4",
"react-reveal": "^1.2.2",
"stripe": "^8.169.0",
"styled-components": "^5.3.0",
"tailwind-scrollbar-hide": "^1.0.3"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}