Files
shadow-gunbuilder-ai-proto/package.json
T
dstrawsb d9498f8aca
CI / test (push) Successful in 6s
upgrading nextjs to 15
2026-01-24 23:32:58 -05:00

55 lines
1.2 KiB
JSON

{
"name": "battle-builder-webui",
"version": "0.9.0",
"private": true,
"author": {
"name": "Forward Group, LLC",
"email": "info@goforward.group",
"url": "https://goforward.group"
},
"contributors": [
{
"name": "Sean Strawsburg",
"email": "sean@goforward.group"
},
{
"name": "Don Strawsburg",
"email": "don@goforward.group"
}
],
"license": "UNLICENSED",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"clsx": "^2.1.1",
"lucide-react": "^0.555.0",
"next": "15.5.9",
"quill": "^2.0.3",
"quill-image-resize-module": "^3.0.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-quill": "^2.0.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "19.2.9",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.19",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"overrides": {
"@types/react": "19.2.9",
"@types/react-dom": "19.2.3"
}
}