-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.13 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google/generative-ai": "^0.1.3",
"@googlemaps/js-api-loader": "^1.16.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@react-google-maps/api": "^2.19.2",
"@react-three/fiber": "^8.15.15",
"@types/googlemaps": "^3.43.3",
"ai": "^2.2.31",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"firebase": "^10.12.2",
"form-data": "^4.0.0",
"framer-motion": "^11.0.3",
"isomorphic-unfetch": "^4.0.2",
"lucide-react": "^0.316.0",
"next": "14.1.0",
"node-html-parser": "^6.1.12",
"openai": "^4.26.0",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.5.3",
"react-query": "^3.39.3",
"react-spring": "^9.7.3",
"react-type-animation": "^3.2.0",
"sass": "^1.70.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.1",
"unfetch": "^5.0.0",
"use-places-autocomplete": "^4.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/eslint-plugin-next": "^14.1.0",
"@types/google.maps": "^3.55.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}