-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "shoplocal4ukraine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch --coverage"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.6.6",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"@next/font": "13.1.6",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/geojson": "^7946.0.10",
"@vercel/analytics": "^0.1.5",
"airtable": "^0.11.4",
"formik": "^2.2.9",
"fuse.js": "^6.6.2",
"jotai": "^1.9.0",
"mapbox-gl": "^2.10.0",
"next": "^13.1.6",
"next-axiom": "^0.16.0",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.6.0",
"react-map-gl": "^7.0.19",
"react-markdown": "^8.0.7",
"react-toastify": "^9.1.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"tailwind-merge": "^1.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "^13.1.6",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}