ai-wpa/package.json

120 lines
3.8 KiB
JSON

{
"name": "siliconpin",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 4024",
"build": "next build",
"start": "next start -p 4024",
"lint": "next lint",
"lint:fix": "next lint --fix",
"type-check": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky install",
"clean": "rm -rf .next out dist",
"analyze": "cross-env ANALYZE=true next build",
"db:seed": "tsx scripts/seed.ts",
"db:reset": "tsx scripts/reset-db.ts"
},
"dependencies": {
"@blocknote/core": "0.25.2",
"@blocknote/mantine": "0.25.2",
"@blocknote/react": "0.25.2",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.84.1",
"@types/multer": "^2.0.0",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"connect-redis": "^9.0.0",
"date-fns": "^4.1.0",
"express-session": "^1.18.2",
"form-data": "^4.0.4",
"google-auth-library": "^8.9.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.536.0",
"minio": "^8.0.5",
"mongodb": "^6.18.0",
"mongoose": "^8.17.0",
"multer": "^2.0.2",
"next": "15.2.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"node-fetch": "2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.62.0",
"react-speech-recognition": "^4.0.1",
"reading-time": "^1.5.0",
"redis": "^5.7.0",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/bundle-analyzer": "15.2.4",
"@next/eslint-plugin-next": "15.2.4",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.5",
"@types/bcryptjs": "^3.0.0",
"@types/eslint-plugin-jsx-a11y": "^6",
"@types/express-session": "^1.18.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/minimatch": "^5.1.2",
"@types/node": "^24.2.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"eslint": "^9.32.0",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.4",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.11.0",
"typescript": "~5.8.0"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}