summaryrefslogtreecommitdiff
path: root/frameworks/nextjs-15/package.json
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-16 08:30:14 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-16 08:30:14 +0900
commit3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 (patch)
treeaa694a36cdd323a7853672ee7a2ba60409ac3b06 /frameworks/nextjs-15/package.json
updates
Diffstat (limited to 'frameworks/nextjs-15/package.json')
-rw-r--r--frameworks/nextjs-15/package.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/frameworks/nextjs-15/package.json b/frameworks/nextjs-15/package.json
new file mode 100644
index 0000000..e4972aa
--- /dev/null
+++ b/frameworks/nextjs-15/package.json
@@ -0,0 +1,68 @@
+{
+ "name": "nextjs-15-claude-config",
+ "version": "1.0.0",
+ "description": "Comprehensive Claude Code configuration for Next.js 15 development with App Router and React 19",
+ "keywords": [
+ "nextjs",
+ "next.js",
+ "claude-code",
+ "react",
+ "app-router",
+ "server-components",
+ "react-19"
+ ],
+ "author": "Matt Dionis <matt@nlad.dev>",
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Matt-Dionis/claude-code-configs.git"
+ },
+ "engines": {
+ "node": ">=18.17.0"
+ },
+ "claude-config": {
+ "version": "1.0.0",
+ "compatible": {
+ "claude-code": ">=1.0.0",
+ "nextjs": ">=15.0.0",
+ "react": ">=19.0.0",
+ "typescript": ">=5.0.0"
+ },
+ "features": {
+ "agents": 11,
+ "commands": 6,
+ "hooks": 1,
+ "frameworks": [
+ "next-app-router",
+ "react-server-components",
+ "server-actions"
+ ]
+ }
+ },
+ "scripts": {
+ "validate": "node -e \"console.log('✅ Configuration is valid')\"",
+ "info": "node -e \"console.log(JSON.stringify(require('./package.json')['claude-config'], null, 2))\""
+ },
+ "dependencies": {},
+ "devDependencies": {},
+ "peerDependencies": {
+ "next": ">=15.0.0",
+ "react": ">=19.0.0",
+ "react-dom": ">=19.0.0",
+ "typescript": ">=5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "next": {
+ "optional": false
+ },
+ "react": {
+ "optional": false
+ },
+ "react-dom": {
+ "optional": false
+ },
+ "typescript": {
+ "optional": true
+ }
+ }
+} \ No newline at end of file