|
|
@ -8,9 +8,10 @@ |
|
|
|
"name": "my-sample-next-js", |
|
|
|
"name": "my-sample-next-js", |
|
|
|
"version": "0.1.0", |
|
|
|
"version": "0.1.0", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"next": "15.3.4", |
|
|
|
"next": "^15.3.4", |
|
|
|
"react": "^19.0.0", |
|
|
|
"react": "^19.0.0", |
|
|
|
"react-dom": "^19.0.0" |
|
|
|
"react-dom": "^19.0.0", |
|
|
|
|
|
|
|
"swr": "^2.3.3" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@eslint/eslintrc": "^3", |
|
|
|
"@eslint/eslintrc": "^3", |
|
|
@ -2517,6 +2518,15 @@ |
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/dequal": { |
|
|
|
|
|
|
|
"version": "2.0.3", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=6" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/detect-libc": { |
|
|
|
"node_modules/detect-libc": { |
|
|
|
"version": "2.0.4", |
|
|
|
"version": "2.0.4", |
|
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", |
|
|
@ -5722,6 +5732,19 @@ |
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/swr": { |
|
|
|
|
|
|
|
"version": "2.3.3", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/swr/-/swr-2.3.3.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-dshNvs3ExOqtZ6kJBaAsabhPdHyeY4P2cKwRCniDVifBMoG/SVI7tfLWqPXriVspf2Rg4tPzXJTnwaihIeFw2A==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"dequal": "^2.0.3", |
|
|
|
|
|
|
|
"use-sync-external-store": "^1.4.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"peerDependencies": { |
|
|
|
|
|
|
|
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/tailwindcss": { |
|
|
|
"node_modules/tailwindcss": { |
|
|
|
"version": "4.1.11", |
|
|
|
"version": "4.1.11", |
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz", |
|
|
@ -6023,6 +6046,15 @@ |
|
|
|
"punycode": "^2.1.0" |
|
|
|
"punycode": "^2.1.0" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/use-sync-external-store": { |
|
|
|
|
|
|
|
"version": "1.5.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"peerDependencies": { |
|
|
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/which": { |
|
|
|
"node_modules/which": { |
|
|
|
"version": "2.0.2", |
|
|
|
"version": "2.0.2", |
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
|
|
|