micro/packages/web/package.json

59 lines
1.9 KiB
JSON

{
"name": "@ryanke/micro-web",
"version": "1.0.0",
"repository": "https://github.com/sylv/micro.git",
"author": "Ryan <ryan@sylver.me>",
"license": "GPL-3.0",
"private": true,
"engine": {
"node": ">=16"
},
"scripts": {
"watch": "NODE_ENV=development concurrently \"next dev\" \"pnpm generate --watch\"",
"build": "NODE_ENV=production next build",
"lint": "NODE_ENV=production next lint",
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@headlessui/react": "^1.6.1",
"@ryanke/pandora": "^0.0.9",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"classnames": "^2.3.1",
"concurrently": "^7.2.2",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.1",
"deepmerge": "^4.2.2",
"formik": "^2.2.9",
"generate-avatar": "1.4.10",
"graphql": "^16.5.0",
"http-status-codes": "^2.2.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"next": "12.2.0",
"postcss": "^8.4.13",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "^18.1.0",
"react-feather": "^2.0.9",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"swr": "^1.3.0",
"tailwindcss": "^3.0.24",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.7.0",
"@graphql-codegen/typescript": "2.6.0",
"@graphql-codegen/typescript-operations": "2.4.3",
"@graphql-codegen/typescript-react-apollo": "3.2.17",
"@sylo-digital/scripts": "^1.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "16",
"@types/react": "^18.0.8",
"typescript": "^4.7.4"
}
}