-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.97 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
65
{
"name": "",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"format": "prettier . --write",
"format:check": "prettier . --check",
"lint": "eslint . --max-warnings 0 --ignore-pattern \".astro/*\" && pnpm check",
"test:e2e": "playwright test",
"test:e2e:debug": "playwright test --debug"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.1.0",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/svelte": "^7.0.4",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/vercel": "^8.0.5",
"@fontsource/fira-mono": "^5.1.0",
"@fontsource/monaspace-neon": "^5.1.0",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.2.3",
"astro-expressive-code": "^0.38.3",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"fuse.js": "^7.0.0",
"hastscript": "^9.0.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"shiki": "^1.26.1",
"shiki-magic-move": "^0.3.7",
"svelte": "^5.17.3",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@expressive-code/core": "^0.35.6",
"@playwright/test": "^1.49.1",
"@types/node": "^20.17.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^9.19.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
}
}