Files
ArtSplash/package.json
2026-02-05 09:27:33 +05:30

28 lines
566 B
JSON

{
"name": "artsplash",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint .",
"format": "biome format .",
"check": "biome check ."
},
"dependencies": {
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"biome": "^0.3.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}