forked from FujoWebDev/fujowebdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 741 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 741 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
{
"name": "fujowebdev",
"version": "0.0.1",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@iconify-json/fa6-brands": "^1.1.18",
"@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.5.9",
"astro-icon": "^1.1.0",
"marked": "^12.0.1"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"social-links": "^1.14.0"
},
"engines": {
"node": ">=20.0.0"
}
}