Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6e1c163a147b14b92a5f6ae4de6a87206a6a6964
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "frzn.dev",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"fmt": "prettier --write .",
|
|
"fmt:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^10.0.4",
|
|
"@iconify-json/fa": "^1.2.2",
|
|
"@iconify-json/fa-solid": "^1.2.2",
|
|
"astro": "^6.1.5",
|
|
"astro-icon": "^1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.1"
|
|
}
|
|
}
|