forked from LuaLS/LuaLS.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"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": "^2.0.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@types/lodash": "^4.14.202",
"astro": "^4.0.3",
"autoprefixer": "^10.4.14",
"axios": "^1.6.0",
"dayjs": "^1.11.9",
"fuse.js": "^7.0.0",
"highlight.js": "^11.8.0",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"mermaid": "^10.2.4",
"playwright": "^1.36.1",
"rehype-mdx-code-props": "^3.0.0",
"rehype-mermaid": "^2.0.1",
"sass": "^1.63.6",
"sharp": "^0.33.3",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@types/canvas-confetti": "^1.6.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.8.3",
"@types/node-fetch": "^2.6.11",
"@types/node-fetch-cache": "^3.0.0",
"node-fetch-cache": "^4.1.0"
}
}