- Configured Next.js app with app router - Set up Tailwind CSS with custom dark theme - Implemented providers with SessionProvider and ThemeProvider - Added toast system - Configured ESLint and Prettier - Set up pre-commit hooks with husky and lint-staged 🚀 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
31 lines
661 B
JSON
31 lines
661 B
JSON
{
|
|
"polyfillFiles": [
|
|
"static/chunks/polyfills.js"
|
|
],
|
|
"devFiles": [
|
|
"static/chunks/react-refresh.js"
|
|
],
|
|
"ampDevFiles": [],
|
|
"lowPriorityFiles": [
|
|
"static/development/_buildManifest.js",
|
|
"static/development/_ssgManifest.js"
|
|
],
|
|
"rootMainFiles": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js"
|
|
],
|
|
"rootMainFilesTree": {},
|
|
"pages": {
|
|
"/_app": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/_app.js"
|
|
],
|
|
"/_error": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/_error.js"
|
|
]
|
|
},
|
|
"ampFirstPages": []
|
|
} |