-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 Bytes
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
{
"name": "fujowebdev",
"version": "0.0.1",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/lucide": "^1.1.177",
"@iconify-json/pixelarticons": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.96",
"astro": "^4.15.12",
"astro-icon": "^1.1.0",
"marked": "^12.0.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.1",
"social-links": "^1.14.0"
},
"engines": {
"node": ">=20.0.0"
}
}