25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "playground",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"astro": "^4.4.0",
|
|
"package-name": "workspace:*",
|
|
"tailwindcss": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.5.4",
|
|
"@types/node": "^20.11.20",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|