forked from benlikescode/geohub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.98 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
62
63
64
65
66
67
68
{
"name": "geohub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@deck.gl/core": "^8.9.22",
"@deck.gl/google-maps": "^8.9.22",
"@deck.gl/layers": "^8.9.22",
"@heroicons/react": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-select": "^1.2.2",
"@reduxjs/toolkit": "^1.8.2",
"@sendgrid/mail": "^7.7.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/turf": "^6.5.0",
"@types/google.maps": "^3.51.0",
"@vercel/analytics": "^1.1.1",
"allotment": "^1.19.2",
"bcryptjs": "^2.4.3",
"body-scroll-lock": "^4.0.0-beta.0",
"cryptr": "^6.2.0",
"dotenv": "^10.0.0",
"file-saver": "^2.0.5",
"google-map-react": "^2.1.10",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mongodb": "^4.1.3",
"next": "12.2.4",
"next-auth": "^4.19.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/bcryptjs": "^2.4.2",
"@types/body-scroll-lock": "^3.1.0",
"@types/file-saver": "^2.0.5",
"@types/google-map-react": "^2.1.7",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-linkify": "^1.0.1",
"@types/styled-components": "^5.1.26",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.1",
"typescript": "4.4.3"
}
}