-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "webcia-weekly",
"description": "分享技术文章、产品设计、思维观点、开源项目、资源和工具、焦点资讯等,一切值得关注的事物,为大家提供保持领先所需的见解",
"type": "module",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/markyun/weekly.git"
},
"author": {
"name": "markyun",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"start": "astro dev",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@pagefind/default-ui": "^1.0.4",
"astro": "^3.6.4",
"dayjs": "^1.11.10",
"lozad": "^1.16.0",
"motion": "^10.16.4",
"pagefind": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@astrojs/react": "^3.0.6",
"@astrojs/rss": "^1.2.1",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^2.4.0",
"@tailwindcss/typography": "^0.5.10",
"@types/lozad": "^1.16.4",
"node-html-parser": "^6.1.11",
"tailwindcss": "^3.3.5"
}
}