-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "gomi",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^7.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@nanostores/i18n": "^0.12.0",
"@nanostores/persistent": "^0.9.1",
"@nanostores/react": "^0.7.1",
"@nextui-org/react": "^2.2.9",
"@supabase/supabase-js": "^2.39.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.1.1",
"firebase": "^10.7.1",
"firebase-admin": "^12.0.0",
"framer-motion": "^10.16.5",
"i18next": "^23.7.6",
"md-editor-rt": "^4.10.0",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.9.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^13.5.0",
"react-pdf": "^7.7.1",
"reading-time": "^1.5.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.0.24",
"tailwindcss-markdown": "^1.0.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@ricons/ionicons5": "^0.12.0",
"@tailwindcss/typography": "^0.5.10",
"less": "^4.2.0"
}
}