-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.53 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.53 KB
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
{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"clean": "rm -rf node_modules",
"dev": "astro dev --host 127.0.0.1",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"convert-locations": "ts-node --esm scripts/convert-location.ts",
"convert-guides": "ts-node --esm scripts/convert-guide.ts",
"add-images": "ts-node --esm scripts/add-images.ts"
},
"dependencies": {
"@astrojs/markdoc": "^0.9.1",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4",
"@fontsource/inter": "^5.0.15",
"@headlessui/react": "^1.7.17",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-table": "^8.11.0",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"astro": "^4.4.11",
"astro-seo": "^0.8.3",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"dayjs": "^1.11.8",
"embla-carousel-react": "8.0.0-rc17",
"escape-html": "^1.0.3",
"framer-motion": "^10.12.16",
"keen-slider": "^6.8.6",
"lucide-react": "^0.292.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.13.0",
"sharp": "^0.32.6",
"tailwind-merge": "^1.13.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@sanity/block-content-to-markdown": "^0.0.5",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.6",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-react": "^7.33.1",
"find-up": "^6.3.0",
"slugify": "^1.6.6",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}