-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "luals-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@fortawesome/fontawesome-free": "^7.1.0",
"@types/lodash": "^4.17.23",
"astro": "^5.16.11",
"autoprefixer": "^10.4.23",
"axios": "^1.13.3",
"dayjs": "^1.11.19",
"fuse.js": "^7.1.0",
"highlight.js": "^11.11.1",
"jsdom": "^27.4.0",
"lodash": "^4.17.21",
"mermaid": "^11.12.2",
"playwright": "^1.57.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-mermaid": "^3.0.0",
"sass": "^1.97.3",
"sharp": "^0.34.5",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/canvas-confetti": "^1.9.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^24.10.8",
"@types/node-fetch": "^2.6.13",
"@types/node-fetch-cache": "^3.0.5",
"@vscode/vsce": "^3.7.1",
"node-fetch-cache": "^5.1.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1"
}
}