-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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
47
48
49
50
51
52
{
"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": "^5.0.4",
"@fortawesome/fontawesome-free": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@types/lodash": "^4.17.24",
"astro": "^6.1.9",
"autoprefixer": "^10.5.0",
"axios": "^1.15.2",
"dayjs": "^1.11.20",
"fuse.js": "^7.3.0",
"highlight.js": "^11.11.1",
"jsdom": "29.0.2",
"lodash": "^4.18.1",
"mermaid": "^11.14.0",
"playwright": "^1.59.1",
"rehype-mdx-code-props": "^3.0.1",
"rehype-mermaid": "^3.0.0",
"sass": "^1.99.0",
"sharp": "^0.34.5",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/bun": "latest",
"@types/canvas-confetti": "^1.9.0",
"@types/jsdom": "^28.0.1",
"@types/node-fetch": "^2.6.13",
"@types/node-fetch-cache": "^3.0.5",
"@vscode/vsce": "^3.9.1",
"node-fetch-cache": "^5.1.0",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1"
},
"private": true,
"peerDependencies": {
"typescript": "^5.8.3"
}
}