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.8",
"@fontsource/source-sans-pro": "4.5.9",
"@stripe/react-stripe-js": "1.7.2",
"@stripe/stripe-js": "1.29.0",
"classnames": "2.3.1",
"copy-text-to-clipboard": "^3.0.1",
"dayjs": "1.11.1",
"express-jwt": "7.6.2",
"fast-levenshtein": "3.0.0",
"formik": "2.2.9",
"http-status-codes": "2.2.0",
"ky": "0.30.0",
"next": "12.1.6",
"normalize.css": "8.0.1",
"pretty-bytes": "6.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-toastify": "9.0.0",
"skynet-js": "3.0.2",
"stripe": "8.220.0",
"swr": "1.3.0",
"yup": "0.32.11"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.1",
"@tailwindcss/typography": "0.5.2",
"autoprefixer": "10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"postcss": "8.4.13",
"prettier": "2.6.2",
"tailwindcss": "3.0.24"
}
}