-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.56 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "becca-travis-real-state",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"commit": "git-cz",
"eslint": "npx eslint --fix src"
},
"dependencies": {
"@hookform/resolvers": "^2.9.8",
"@next/font": "^13.1.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@radix-ui/react-visually-hidden": "^1.0.3",
"@react-google-maps/api": "^2.18.1",
"@rive-app/react-canvas": "^4.1.4",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.24.4",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.4.0",
"chart.js": "^4.2.1",
"dayjs": "^1.11.6",
"downshift": "^6.1.12",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"keen-slider": "^6.8.5",
"next": "^13.1.6",
"next-sitemap": "^4.2.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-phone-number-input": "^3.2.11",
"sharp": "^0.30.7",
"zod": "^3.20.6",
"zustand": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@svgr/webpack": "^6.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-phone-number-input": "^3.0.14",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.18.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-sonarjs": "^0.15.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"reading-time": "^1.5.0",
"typescript": "4.9.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}