mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"name": "cecilia",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier -w './**/*.{tsx,ts}'"
|
|
},
|
|
"dependencies": {
|
|
"iconoir-react": "^7.11.0",
|
|
"next": "15.3.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"prettier": "^3.5.3",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|