This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/dashboard/package.json

29 lines
632 B
JSON
Raw Normal View History

2021-02-03 14:06:44 +00:00
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
2021-02-05 14:45:22 +00:00
"@fontsource/metropolis": "^4.1.0",
2021-02-03 14:06:44 +00:00
"@ory/kratos-client": "^0.5.4-alpha.1",
"autoprefixer": "^10.2.4",
2021-02-05 14:45:22 +00:00
"dayjs": "^1.10.4",
2021-02-04 13:31:26 +00:00
"express-jwt": "^6.0.0",
2021-02-08 15:52:40 +00:00
"formik": "^2.2.6",
2021-02-04 13:31:26 +00:00
"jwks-rsa": "^1.12.2",
2021-02-03 14:06:44 +00:00
"next": "^10.0.6",
"postcss": "^8.2.4",
"prettier": "^2.2.1",
2021-02-05 14:45:22 +00:00
"pretty-bytes": "^5.5.0",
2021-02-03 14:06:44 +00:00
"react": "17.0.1",
"react-dom": "17.0.1",
"swr": "^0.4.1",
2021-02-08 15:52:40 +00:00
"tailwindcss": "^2.0.2",
"yup": "^0.32.8"
2021-02-03 14:06:44 +00:00
}
}