-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
78 lines (78 loc) ยท 2.19 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
{
"name": "unitary-fund",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@astrojs/mdx": "^0.19.7",
"@astrojs/react": "2.2.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "3.1.3",
"@cloudinary/url-gen": "^1.10.0",
"@emotion/css": "^11.11.0",
"@nanostores/react": "^0.6.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.9",
"@total-typescript/ts-reset": "^0.4.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@unpic/react": "^0.0.27",
"astro": "2.8.3",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"downshift": "^7.6.0",
"hastscript": "^7.2.0",
"html-react-parser": "^3.0.16",
"iso-3166": "^4.2.0",
"lucide-react": "^0.220.0",
"markdown-it": "^14.1.0",
"markdown-to-jsx": "^7.4.0",
"merge-refs": "^1.2.1",
"nanostores": "^0.8.1",
"pupa": "^3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-responsive": "^9.0.2",
"react-use": "^17.4.0",
"rehype-katex": "^6.0.3",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-oembed": "^1.2.2",
"sanitize-html": "^2.13.0",
"swiper": "^9.3.2",
"tailwind-merge": "^1.12.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.3.2",
"tailwindcss-full-bleed": "^2.0.1",
"type-fest": "^3.11.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.0.6",
"@joshdavenport/tailwindcss-filter-order": "^0.2.0",
"@savvywombat/tailwindcss-grid-areas": "^3.0.1",
"@types/mdast": "^3.0.10",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.0",
"sass": "^1.59.2",
"typescript": "^5.0.4"
},
"peerDependencies": {
"vite": "^4"
}
}