jhunterdeloche.com/package.json

26 lines
576 B
JSON
Raw Normal View History

2024-04-02 02:34:10 +00:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.12",
"solid-js": "^1.8.16",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"prettier": "^3.2.5",
2024-04-04 20:13:26 +00:00
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.3"
2024-04-02 02:34:10 +00:00
}
}