-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.43 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
{
"name": "mypage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.jsx,.mjs,.ts,.tsx,.astro",
"lint:fix": "eslint . --ext .js,.jsx,.mjs,.ts,.tsx,.astro --fix",
"update-data": "node UpdateData.mjs",
"prepare": "husky"
},
"dependencies": {
"@astrojs/mdx": "^4.3.3",
"@lucide/astro": "^0.513.0",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.12.8",
"remark": "^15.0.1",
"strip-markdown": "^6.0.0",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@typescript-eslint/parser": "^8.33.1",
"dotenv": "^16.5.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.2.0",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.12",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}