xcs/package.json
2024-04-06 14:25:25 +07:00

81 lines
2.3 KiB
JSON

{
"name": "xcs4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.1",
"@mui/material": "^5.13.7",
"@mui/x-data-grid": "^6.9.2",
"@sendgrid/mail": "^7.7.0",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-table": "^8.9.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/gm": "^1.25.1",
"@types/node": "^20.5.0",
"@types/randomstring": "^1.1.8",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/uuid": "^9.0.2",
"autoprefixer": "10.4.14",
"bun": "^1.1.2",
"chakra-react-select": "^4.7.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"discord-api-types": "^0.37.50",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"firebase": "^9.23.0",
"firebase-admin": "^11.9.0",
"formik": "^2.4.2",
"framer-motion": "^10.13.0",
"generate-api-key": "^1.0.2",
"gray-matter": "^4.0.3",
"lru-cache": "7.12.0",
"mergician": "^1.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongodb": "^5.6.0",
"next": "13.4.7",
"next-pwa": "^5.6.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.24",
"prettier": "^3.0.0",
"randomstring": "^1.3.0",
"react": "18.2.0",
"react-data-grid": "^7.0.0-beta.34",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-firebase": "^2.2.8",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.10.1",
"react-markdown": "^9.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"request-ip": "^3.3.0",
"sharp": "^0.32.6",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"tweetnacl": "^1.0.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.13",
"cross-env": "^7.0.3"
}
}