liljudd-website/package.json

24 lines
513 B
JSON
Raw Normal View History

2023-10-18 15:58:15 +00:00
{
"name": "liljudd-website",
2023-11-09 12:26:24 +00:00
"type": "module",
"version": "0.0.1",
2023-10-18 15:58:15 +00:00
"scripts": {
2023-11-09 12:26:24 +00:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
2023-10-18 15:58:15 +00:00
},
"dependencies": {
2023-11-09 16:35:56 +00:00
"@astrojs/check": "^0.3.1",
2023-11-09 14:53:13 +00:00
"astro": "^3.4.4",
2023-11-09 16:35:56 +00:00
"sass": "^1.69.5",
"typescript": "^5.2.2"
2023-11-09 12:50:58 +00:00
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-organize-imports": "^3.2.3"
2023-10-18 15:58:15 +00:00
}
2023-11-09 16:35:56 +00:00
}