Files
shadow-gunbuilder-ai-proto/package.json
T
2025-11-25 16:26:54 -05:00

28 lines
587 B
JSON

{
"name": "gunbuilder-prototype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3"
}
}