micro/packages/web/package.json

60 lines
1.7 KiB
JSON

{
"name": "@ryanke/micro-web",
"version": "1.0.0",
"license": "GPL-3.0",
"repository": "https://github.com/sylv/micro.git",
"author": "Ryan <ryan@sylver.me>",
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"build": "NODE_ENV=production next build",
"generate": "graphql-codegen --config codegen.yml",
"lint": "NODE_ENV=production next lint",
"watch": "NODE_ENV=development concurrently \"next dev\" \"pnpm generate --watch\""
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@headlessui/react": "^1.7.17",
"@ryanke/pandora": "^0.0.9",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.0",
"concurrently": "^8.2.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"formik": "^2.4.5",
"generate-avatar": "1.4.10",
"graphql": "^16.8.1",
"http-status-codes": "^2.3.0",
"lodash": "^4.17.21",
"next": "14.0.4",
"postcss": "^8.4.33",
"prism-react-renderer": "^2.3.1",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "^18.1.0",
"react-feather": "^2.0.9",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"swr": "^2.2.4",
"tailwindcss": "^3.4.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@atlasbot/configs": "^10.5.14",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "4.1.0",
"@parcel/watcher": "^2.3.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}