-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "manyc-service-lists",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^4.5.15",
"@hookform/resolvers": "^2.8.8",
"@react-google-maps/api": "^2.18.1",
"@tanstack/react-query": "^4.29.5",
"airtable": "^0.11.3",
"axios": "^0.26.0",
"dayjs": "^1.11.7",
"firebase": "^9.10.0",
"framer-motion": "^10.12.9",
"fuse.js": "^6.6.2",
"geolib": "^3.3.3",
"next": "^13.3.2",
"next-seo": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-hook-form": "^7.43.9",
"react-paginated-list": "^1.1.6",
"react-select": "^5.7.3",
"styled-components": "^5.3.3",
"use-deep-compare": "^1.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/gtag.js": "^0.0.10",
"@types/jest": "^28.1.4",
"@types/node": "^16.7.10",
"@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"dotenv": "^16.0.0",
"eslint": "^8.8.0",
"eslint-config-next": "^13.3.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.43.0",
"prettier": "2.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.5.5"
}
}