-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.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
{
"name": "gsf-champions",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"algolia": "node src/lib/algolia.js;"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.0",
"@fontsource/nunito": "^5.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vercel/og": "^0.5.20",
"algoliasearch": "^4.20.0",
"astro": "^3.3.0",
"astro-icon": "^0.8.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"js-yaml": "^4.1.0",
"lucide-react": "^0.279.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.2.1",
"react-instantsearch-core": "^7.2.1",
"remove-markdown": "^0.5.0",
"sudo": "^1.0.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"url-metadata": "^3.3.0"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
}
}