generated from technologiestiftung/template-repo-citylab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.28 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": "supabase-with-openai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\""
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"endOfLine": "lf",
"sqlKeywordCase": "lower"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@p5-wrapper/next": "^1.0.3",
"@p5-wrapper/react": "^4.4.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/supabase-js": "^2.39.3",
"@turf/bbox": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"ai": "^2.2.33",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"common-tags": "^1.8.2",
"d3": "^7.9.0",
"eslint": "8.36.0",
"eslint-config-next": "13.3.0",
"github-slugger": "^2.0.0",
"gpt3-tokenizer": "^1.1.5",
"lucide-react": "^0.128.0",
"maplibre-gl": "^4.1.2",
"mdast": "^3.0.0",
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-mdx": "^2.0.1",
"mdast-util-to-markdown": "^1.5.0",
"mdast-util-to-string": "^3.1.1",
"micromark-extension-mdxjs": "^1.0.0",
"next": "13.3.0",
"openai": "^4.28.4",
"openai-edge": "^1.1.0",
"p5": "^1.9.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-tooltip": "^5.26.4",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"reproject": "^1.2.7",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.9.5",
"unist-builder": "^3.0.1",
"unist-util-filter": "^4.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/estree": "^1.0.0",
"@types/mdast": "^3.0.11",
"@types/yargs": "^17.0.24",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"postcss": "^8.4.31",
"prettier": "^2.8.7",
"tailwindcss": "^3.2.7",
"tsx": "^3.12.6"
}
}