Capital/package.json
2024-02-10 12:58:07 +08:00

49 lines
1.2 KiB
JSON

{
"name": "capital",
"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.4.1",
"@astrojs/node": "^8.0.0",
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@videojs-player/react": "^1.0.0",
"@videojs/themes": "^1.0.1",
"aplayer": "^1.10.1",
"artplayer": "^5.1.1",
"astro": "^4.2.1",
"dompurify": "^3.0.8",
"html-react-parser": "^5.1.2",
"marked": "^12.0.0",
"medium-zoom": "^1.1.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"theme-change": "^2.5.0",
"typescript": "^5.3.3",
"video.js": "^8.10.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.11.5",
"@types/nprogress": "^0.2.3",
"daisyui": "^4.6.0",
"prettier": "^3.2.4"
}
}