mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-18 02:11:19 -05:00
34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"name": "@sendou.ink/frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "jest",
|
|
"codegen": "graphql-codegen --config codegen.yml"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.4.1",
|
|
"@stitches/react": "^1.2.5",
|
|
"graphql": "^15.7.2",
|
|
"next": "^12.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"urql": "^2.0.5",
|
|
"urql-custom-scalars-exchange": "^0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "2.2.2",
|
|
"@graphql-codegen/introspection": "^2.1.0",
|
|
"@graphql-codegen/typescript": "2.3.1",
|
|
"@graphql-codegen/typescript-operations": "^2.2.0",
|
|
"@graphql-codegen/typescript-urql": "^3.4.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/react": "^17.0.33",
|
|
"jest": "^27.3.1"
|
|
}
|
|
}
|