-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.5 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
{
"name": "closingdoors.nyc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9080",
"build": "npm run generate-build-info && next build",
"generate-build-info": "node ./configBuild.js",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@floating-ui/react": "^0.22.3",
"@googlemaps/google-maps-services-js": "^3.3.31",
"@grpc/grpc-js": "^1.8.13",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@types/markdown-it": "^13.0.7",
"@upstash/ratelimit": "^0.4.2",
"@upstash/redis": "^1.20.4",
"@vercel/analytics": "^0.1.11",
"clsx": "^2.1.1",
"dompurify": "^3.0.1",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.11.2",
"gray-matter": "^4.0.3",
"haversine-distance": "^1.2.1",
"humanize-duration": "^3.28.0",
"loglevel": "^1.8.1",
"luxon": "^3.3.0",
"mapbox-gl": "^2.15.0",
"markdown-it": "^14.0.0",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"next-usequerystate": "^1.7.2",
"openai": "^3.2.1",
"react": "18.2.0",
"react-animate-height": "^3.1.1",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.3",
"react-query": "^3.39.3",
"request-ip": "^3.3.0",
"styled-components": "^5.3.9",
"tailwind-scrollbar-hide": "^1.1.7",
"use-long-press": "^2.0.3",
"use-prefers-color-scheme": "^1.1.3",
"vaul": "^0.9.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-styling": "^1.0.3",
"@storybook/blocks": "^7.0.7",
"@storybook/nextjs": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/testing-library": "^0.0.14-next.2",
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "^3.0.1",
"@types/humanize-duration": "^3.27.1",
"@types/luxon": "^3.3.0",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/request-ip": "^0.0.37",
"autoprefixer": "^10.4.14",
"aws-sdk": "^2.1572.0",
"babel-plugin-inline-react-svg": "^2.0.2",
"dotenv": "^16.4.5",
"eslint-plugin-storybook": "^0.6.11",
"postcss": "^8.4.21",
"storybook": "^7.0.7",
"tailwindcss": "^3.3.1",
"ts-proto": "^1.146.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.0.3"
}
}