-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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
{
"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",
"astro": "^6.1.10",
"astro-mermaid": "^2.0.1",
"autoprefixer": "^10.5.0",
"axios": "^1.15.2",
"dayjs": "^1.11.20",
"fuse.js": "^7.3.0",
"jsdom": "^29.1.0",
"lodash": "^4.18.1",
"mermaid": "^11.14.0",
"rehype-mdx-code-props": "^3.0.1",
"sass": "^1.99.0",
"sharp": "^0.34.5",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/lodash": "^4.17.24",
"@types/bun": "latest",
"@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": "^6.0.3"
}
}