-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "charlee.site",
"version": "0.0.1",
"description": "charlee's personal site",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro ",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix"
},
"dependencies": {
"@astrojs/rss": "^2.3.2",
"@iconify-json/ph": "^1.1.5",
"astro": "^2.3.0",
"mdast-util-to-string": "^3.2.0",
"reading-time": "^1.5.0",
"vite": "^4.2.1"
},
"devDependencies": {
"@evan-yang/eslint-config": "^1.0.9",
"@iconify-json/mdi": "^1.1.50",
"@typescript-eslint/parser": "^5.57.1",
"@unocss/preset-attributify": "^0.50.6",
"@unocss/preset-icons": "^0.50.6",
"@unocss/preset-typography": "^0.51.4",
"@unocss/preset-web-fonts": "^0.50.8",
"@unocss/reset": "^0.51.6",
"@unocss/transformer-directives": "^0.51.4",
"eslint": "^8.37.0",
"eslint-plugin-astro": "^0.26.1",
"unocss": "^0.50.6"
}
}