Files
community-rule/package.json
T
2025-08-01 12:55:52 -06:00

26 lines
556 B
JSON

{
"name": "community-rule",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npm rebuild lightningcss"
},
"dependencies": {
"next": "15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"postcss": "^8.5.6",
"tailwindcss": "^4.0.0"
}
}