-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.8 KB
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
{
"name": "mingjun.lu",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint \"src/**/*.{astro,cjs,js,jsx,ts,tsx}\"",
"format": "prettier --write \"**/**.{astro,cjs,js,jsx,ts,tsx}\" --plugin=prettier-plugin-astro",
"test:e2e": "pnpm exec playwright test"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-solid": "^1.2.4",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"dotenv": "^17.4.2",
"js-cookie": "^3.0.8",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.17.0",
"terser": "^5.46.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/vercel": "^8.2.11",
"@playwright/test": "^1.59.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.19.43",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.98.0",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"vite": "^6.4.3"
},
"pnpm": {
"overrides": {
"lodash": "^4.18.1",
"minimatch@^3.0.0": "^3.1.4",
"minimatch@^9.0.0": "^9.0.6",
"path-to-regexp": "^6.3.0",
"tar": "^7.5.19",
"yaml": "^2.8.3"
}
}
}