-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "watchdog-foodbank-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@types/react-beautiful-dnd": "^13.1.2",
"axios": "^1.2.1",
"cookie": "^0.5.0",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.10.0",
"moment": "^2.29.4",
"next": "12.1.6",
"react": "18.1.0",
"react-advanced-cropper": "^0.9.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.1.0",
"react-flow-renderer": "^10.3.5",
"react-icons": "^4.4.0",
"react-image-crop": "^10.0.4",
"react-loader-spinner": "^5.3.4",
"react-toastify": "^9.0.5",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.185",
"@types/mapbox-gl": "^2.7.5",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.3",
"@types/moment": "^2.13.0",
"@types/node": "17.0.39",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/validator": "^13.7.3",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"sass": "^1.52.2",
"tailwindcss": "^3.0.24",
"typescript": "4.7.3"
}
}