Capital/package.json
2024-01-21 17:07:34 +08:00

38 lines
933 B
JSON

{
"name": "capital",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/deno": "^5.0.1",
"@astrojs/mdx": "^2.0.5",
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@popperjs/core": "^2.11.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"tinacms": "^1.5.28",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tinacms/cli": "^1.5.39",
"@types/node": "^20.11.5",
"daisyui": "^4.6.0",
"prettier": "^3.2.4"
}
}