-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "step-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress": "cypress open",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^1.0.6",
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"@mapbox/search-js-react": "^1.0.0-beta.11",
"@next-auth/mongodb-adapter": "^1.0.3",
"@types/mapbox-gl": "^2.7.3",
"aws-sdk": "^2.1170.0",
"axios": "^0.27.2",
"bootstrap-icons": "^1.8.3",
"cypress-file-upload": "^5.0.8",
"cypress-mongodb": "^4.1.1",
"dotenv": "^16.0.2",
"flowbite": "^1.5.1",
"flowbite-react": "^0.1.3",
"mapbox-gl": "^2.9.1",
"mongodb": "^4.7.0",
"next": "12.1.6",
"next-auth": "^4.6.1",
"next-connect": "^0.12.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-geocode": "^0.2.3",
"react-infinite-scroll-component": "^6.1.0",
"react-map-gl": "^7.0.17",
"react-mapbox-gl": "^5.1.1",
"sharp": "^0.30.7",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@testing-library/cypress": "^8.0.3",
"@types/jest": "^28.1.6",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"@types/mocha": "^9.1.1",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-geocode": "^0.2.1",
"autoprefixer": "^10.4.7",
"cypress": "^10.3.0",
"cypress-mochawesome-reporter": "^3.2.2",
"cypress-social-logins": "^1.14.0",
"eslint": "8.17.0",
"eslint-config-next": "^0.2.4",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "4.7.3"
}
}