-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2 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
{
"name": "bencuan.me",
"private": true,
"description": "bencuan's personal website",
"version": "2024.0.0",
"author": "Ben Cuan <contact@bencuan.me>",
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.1.1",
"@astrojs/netlify": "^4.1.1",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/ts-plugin": "^1.4.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@icons-pack/react-simple-icons": "^9.4.0",
"@types/react": "^18.2.48",
"@types/uuid": "^9.0.8",
"astro": "^4.2.3",
"astro-auto-import": "^0.4.2",
"astro-seo": "^0.8.0",
"hamburgers": "^1.2.1",
"prettier-plugin-astro": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^5.26.3",
"remark-emoji": "^4.0.1",
"remark-wiki-link": "^2.0.1",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.2.5"
},
"keywords": [
"astro"
],
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"getfonts": "if [ -f .env ]; then . ./.env; fi; wget -O fonts.zip $FONT_URL && unzip -o fonts.zip -d public/fonts && unzip -o fonts.zip -d public/2022/static && rm fonts.zip",
"fontcustom": "fontcustom compile src/fontcustom --output public/fonts",
"prebuild": "yarn run getfonts",
"postbuild": "cp -r archives dist"
},
"repository": {
"type": "git",
"url": "https://github.com/64bitpandas/bencuan.me"
},
"bugs": {
"url": "https://github.com/64bitpandas/bencuan.me/issues"
}
}