-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "luals-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
"build": "astro build",
"test:e2e": "playwright test",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"@types/lodash": "^4.17.6",
"astro": "^4.11.5",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"fuse.js": "^7.0.0",
"highlight.js": "^11.10.0",
"jsdom": "^24.1.0",
"lodash": "^4.17.21",
"mermaid": "^10.9.1",
"playwright": "^1.45.1",
"rehype-mdx-code-props": "^3.0.1",
"rehype-mermaid": "^2.1.0",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"tippy.js": "^6.3.7",
"update": "^0.7.4"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@types/canvas-confetti": "^1.6.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.10",
"@types/node-fetch": "^2.6.11",
"@types/node-fetch-cache": "^3.0.5",
"@vscode/vsce": "^2.29.0",
"node-fetch-cache": "^4.1.2"
}
}