Capital/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2024-01-20 15:19:15 +00:00
{
"name": "capital",
"type": "module",
"version": "0.0.1",
"scripts": {
2024-01-21 16:28:49 +00:00
"dev": "astro dev",
2024-01-20 15:19:15 +00:00
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
2024-02-12 03:50:43 +00:00
"@astrojs/cloudflare": "^9.0.0",
2024-01-21 17:06:43 +00:00
"@astrojs/node": "^8.0.0",
2024-01-20 15:19:15 +00:00
"@astrojs/react": "^3.0.9",
2024-01-21 02:34:27 +00:00
"@astrojs/sitemap": "^3.0.5",
2024-01-20 15:19:15 +00:00
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.5.1",
2024-01-20 15:19:15 +00:00
"@popperjs/core": "^2.11.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
2024-01-22 16:46:18 +00:00
"aplayer": "^1.10.1",
2024-02-15 05:38:46 +00:00
"artplayer": "^5.1.1",
2024-01-20 15:19:15 +00:00
"astro": "^4.2.1",
"dompurify": "^3.0.8",
"html-react-parser": "^5.1.2",
"marked": "^12.0.0",
2024-01-30 15:47:26 +00:00
"medium-zoom": "^1.1.0",
"nprogress": "^0.2.0",
2024-02-12 03:50:43 +00:00
"react": "^17",
"react-dom": "^17",
2024-01-20 15:19:15 +00:00
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
2024-01-27 11:46:26 +00:00
"theme-change": "^2.5.0",
2024-02-15 05:38:46 +00:00
"typescript": "^5.3.3"
2024-01-20 15:19:15 +00:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "^3.0.5",
2024-01-20 15:19:15 +00:00
"@types/node": "^20.11.5",
"@types/nprogress": "^0.2.3",
2024-01-20 15:19:15 +00:00
"daisyui": "^4.6.0",
"prettier": "^3.2.4"
}
}