cibus-frontend/package.json
Kasper Juul Hermansen dd1aef9c95
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
chore(deps): update graphqlcodegenerator monorepo
2023-10-25 01:13:07 +00:00

34 lines
953 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate:graphql": "graphql-codegen",
"format:graphql": "prettier -w src/lib/graphql/generated.ts"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
"@graphql-codegen/typescript-react-query": "^6.0.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}