-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "weekly",
"description": "潮流周刊,记录工程师 Tw93 的不枯燥生活,每周一发布,希望你喜欢",
"type": "module",
"version": "0.2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tw93/weekly.git"
},
"author": {
"name": "Tw93",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@pagefind/default-ui": "^1.1.0",
"astro": "^4.16.10",
"dayjs": "^1.11.11",
"lozad": "^1.16.0",
"motion": "^10.17.0",
"pagefind": "^1.1.0"
},
"devDependencies": {
"@astrojs/rss": "^4.0.9",
"@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.13",
"@types/lozad": "^1.16.4",
"node-html-parser": "^6.1.13",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"rehype": "^13.0.1",
"rehype-parse": "^9.0.0",
"tailwindcss": "^3.4.3",
"unist-util-visit": "^5.0.0"
}
}