Files
cecilia/package.json
2026-07-26 12:57:59 +00:00

29 lines
714 B
JSON

{
"name": "cecilia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"iconoir-react": "^7.11.0",
"next": "16.2.7",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^7.0.0"
}
}