mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-07 23:31:04 +00:00
25 lines
486 B
JSON
25 lines
486 B
JSON
|
{
|
||
|
"name": "fuse",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"format": "prettier . --write"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"next": "14.0.4",
|
||
|
"react": "^18",
|
||
|
"react-dom": "^18"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@tailwindcss/typography": "^0.5.10",
|
||
|
"autoprefixer": "^10.0.1",
|
||
|
"daisyui": "^4.4.23",
|
||
|
"postcss": "^8",
|
||
|
"prettier": "^3.1.1",
|
||
|
"tailwindcss": "^3.3.0"
|
||
|
}
|
||
|
}
|