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

45 lines
1.1 KiB
JSON

{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fontsource/sora": "4.5.3",
"@fontsource/source-sans-pro": "4.5.3",
"@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.22.0",
"classnames": "2.3.1",
"copy-text-to-clipboard": "^3.0.1",
"dayjs": "1.10.7",
"express-jwt": "6.1.0",
"fast-levenshtein": "3.0.0",
"formik": "2.2.9",
"http-status-codes": "2.2.0",
"ky": "0.28.7",
"next": "12.0.10",
"normalize.css": "8.0.1",
"pretty-bytes": "6.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-toastify": "8.1.1",
"skynet-js": "3.0.2",
"stripe": "8.202.0",
"swr": "1.2.1",
"yup": "0.32.11"
},
"devDependencies": {
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/typography": "0.5.1",
"autoprefixer": "10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "8.4.6",
"prettier": "2.5.1",
"tailwindcss": "3.0.22"
}
}