Files
StikeArena_chrt/package.json
T
sbb45 90ecfc669a new
2026-06-02 21:32:45 +05:00

47 lines
1.1 KiB
JSON

{
"name": "strike-arena",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.10.0",
"bootstrap": "^5.3.6",
"formidable": "^3.5.4",
"framer-motion": "^12.10.1",
"jose": "^6.0.11",
"jsonwebtoken": "^9.0.2",
"next": "^15.5.19",
"next-sitemap": "^4.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-imask": "^7.6.1",
"styled-components": "^6.1.17",
"zustand": "^5.0.4"
},
"overrides": {
"postcss": "^8.5.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.13",
"@types/formidable": "^3.4.5",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.15.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-input-mask": "^3.0.6",
"cross-env": "^10.1.0",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"typescript": "^5"
}
}