-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.58 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
85
86
87
88
{
"name": "smartspace-website",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14.0.0 <23.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"add-test-data": "node scripts/addTestData.js"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@react-google-maps/api": "^2.19.3",
"@react-pdf/renderer": "^3.4.5",
"autoprefixer": "^10.4.20",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"emailjs-com": "^3.2.0",
"firebase": "^10.13.2",
"firebase-admin": "^12.5.0",
"framer-motion": "^11.5.6",
"google-map-react": "^2.2.1",
"lucide-react": "^0.441.0",
"next": "latest",
"nodemailer": "^6.9.15",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.1",
"react-scroll": "^1.9.0",
"react-scroll-parallax": "^3.4.5",
"react-select": "^5.8.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"use-places-autocomplete": "^4.0.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@shadcn/ui": "^0.0.4",
"@svgr/webpack": "^8.1.0",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/google-map-react": "^2.1.10",
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.12",
"html-loader": "^5.1.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^5.6.2",
"url": "^0.11.4"
}
}