85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"name": "comroots-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"analyze": "ANALYZE=true run build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"env:generate": "gen-env-types .env.local -o env.d.ts -e .",
|
|
"gqlcg": "graphql-codegen --config codegen.yml",
|
|
"deploy": "sh ./scripts/deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/form-control": "^2.2.0",
|
|
"@chakra-ui/hooks": "^2.0.4",
|
|
"@chakra-ui/icons": "^2.0.3",
|
|
"@chakra-ui/layout": "^2.3.1",
|
|
"@chakra-ui/media-query": "^3.3.0",
|
|
"@chakra-ui/menu": "^2.2.1",
|
|
"@chakra-ui/react": "^2.2.4",
|
|
"@chakra-ui/spinner": "^2.1.0",
|
|
"@chakra-ui/system": "^2.6.2",
|
|
"@emotion/hash": "^0.9.0",
|
|
"@emotion/react": "^11.10.0",
|
|
"@emotion/server": "^11.10.0",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@mantine/core": "^5.0.3",
|
|
"@mantine/dates": "^5.0.3",
|
|
"@mantine/hooks": "^5.0.3",
|
|
"@mantine/next": "^5.0.3",
|
|
"@mui/material": "^5.9.0",
|
|
"@next/bundle-analyzer": "^12.2.5",
|
|
"@urql/exchange-graphcache": "^4.4.3",
|
|
"@urql/exchange-multipart-fetch": "^0.1.14",
|
|
"autosize": "^5.0.1",
|
|
"chakra-react-select": "^4.1.4",
|
|
"critters": "^0.0.16",
|
|
"dayjs": "^1.11.4",
|
|
"dotenv": "^16.0.1",
|
|
"firebase": "^9.9.1",
|
|
"formik": "^2.2.9",
|
|
"framer-motion": "^6.4.3",
|
|
"graphql": "^16.5.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.0.1",
|
|
"next": "12.2.2",
|
|
"next-urql": "^3.3.3",
|
|
"quill-blot-formatter": "1.0.5",
|
|
"react": "18.2.0",
|
|
"react-avatar-editor": "^13.0.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.2",
|
|
"react-firebase-hooks": "^5.0.3",
|
|
"react-is": "^18.2.0",
|
|
"react-no-ssr": "^1.1.0",
|
|
"react-quill": "^2.0.0",
|
|
"urql": "^2.2.2",
|
|
"wonka": "^4.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.8.0",
|
|
"@graphql-codegen/typescript": "^2.7.1",
|
|
"@graphql-codegen/typescript-operations": "^2.5.1",
|
|
"@graphql-codegen/typescript-urql": "^3.6.1",
|
|
"@types/autosize": "^4.0.1",
|
|
"@types/dotenv-safe": "^8.1.2",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/luxon": "^3.0.0",
|
|
"@types/node": "18.0.3",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-avatar-editor": "^12.0.0",
|
|
"@types/react-dom": "18.0.6",
|
|
"@types/react-dropzone": "^5.1.0",
|
|
"@types/react-no-ssr": "^1.1.3",
|
|
"depcheck": "^1.4.3",
|
|
"eslint": "8.19.0",
|
|
"eslint-config-next": "12.2.2",
|
|
"gen-env-types": "^1.3.4",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"packageManager": "yarn@4.5.0"
|
|
}
|