-
Notifications
You must be signed in to change notification settings - Fork 115
/
package.json
executable file
·92 lines (92 loc) · 2.96 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
85
86
87
88
89
90
91
92
{
"name": "haitang",
"version": "1.0.0",
"description": "海棠诗社,古诗词的数字桃源",
"author": "javayhu",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "yarn build_search && yarn build_date && astro dev",
"build": "yarn build_search && yarn build_date && astro build",
"preview": "astro preview",
"format": "prettier -w ./src",
"generate": "drizzle-kit generate:sqlite",
"studio": "drizzle-kit studio",
"hide-toolbar": "astro preferences disable devToolbar",
"show-toolbar": "astro preferences enable devToolbar",
"build_search": "node scripts/build_search.js",
"build_date": "node scripts/build_date.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/solid-js": "^4.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.3.2",
"astro-auto-import": "^0.4.2",
"astro-font": "^0.0.77",
"astro-icon": "^1.1.0",
"astro-loading-indicator": "^0.4.0",
"better-sqlite3": "^9.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"drizzle-orm": "^0.30.9",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"limax": "^4.1.0",
"lucide-react": "^0.364.0",
"marked": "^12.0.0",
"next-themes": "^0.3.0",
"postgres": "^3.4.4",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.0.1",
"react-lite-youtube-embed": "^2.4.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"solid-js": "^1.8.16",
"sonner": "^1.4.41",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.109",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/better-sqlite3": "^7.6.9",
"@types/marked": "^5.0.2",
"@types/node": "20.11.16",
"@types/react": "18.2.53",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.17",
"drizzle-kit": "^0.20.17",
"eslint": "^8.56.0",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.70.0",
"sharp": "0.33.1",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}