micro/packages/web/package.json

42 lines
1.2 KiB
JSON

{
"name": "@micro/web",
"version": "0.0.1",
"repository": "https://github.com/sylv/micro.git",
"author": "Ryan <ryan@sylver.me>",
"license": "GPL-3.0",
"private": true,
"engine": {
"node": ">=16"
},
"scripts": {
"watch": "next dev",
"start": "next start",
"build": "next build"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@micro/api": "workspace:^0.0.1",
"@micro/common": "workspace:^0.0.1",
"autoprefixer": "^10.3.5",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.7",
"generate-avatar": "1.4.10",
"http-status-codes": "^2.1.4",
"nanoid": "^3.1.25",
"next": "11.0.1",
"next-transpile-modules": "^8.0.0",
"postcss": "^8.3.7",
"prism-react-renderer": "^1.2.1",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^1.0.1",
"tailwindcss": "^2.2.15"
},
"devDependencies": {
"@types/react": "^17.0.24",
"typescript": "^4.4.3"
}
}