{ "name": "accounts-dashboard", "version": "1.0.0", "private": true, "description": "Accounts Dashboard", "author": "Skynet Labs", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "develop:secure": "dotenv -e .env.development -- gatsby develop --https -p=443", "start": "gatsby develop", "build": "gatsby build --prefix-paths", "serve": "gatsby serve --prefix-paths", "clean": "gatsby clean", "lint": "eslint .", "prettier": "prettier .", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook -o storybook-build" }, "dependencies": { "@fontsource/sora": "^4.5.3", "@fontsource/source-sans-pro": "^4.5.3", "@stripe/react-stripe-js": "^1.7.1", "@stripe/stripe-js": "^1.27.0", "classnames": "^2.3.1", "copy-text-to-clipboard": "^3.0.1", "dayjs": "^1.10.8", "formik": "^2.2.9", "gatsby": "^4.6.2", "gatsby-plugin-postcss": "^5.7.0", "http-status-codes": "^2.2.0", "ky": "^0.30.0", "nanoid": "^3.3.1", "path-browserify": "^1.0.1", "postcss": "^8.4.6", "react": "^17.0.1", "react-dom": "^17.0.1", "react-dropzone": "^12.0.4", "react-helmet": "^6.1.0", "react-use": "^17.3.2", "skynet-js": "4.0.27-beta", "swr": "^1.2.2", "tailwindcss": "^3.0.23", "yup": "^0.32.11" }, "devDependencies": { "@babel/core": "^7.17.4", "@storybook/addon-actions": "^6.4.19", "@storybook/addon-essentials": "^6.4.19", "@storybook/addon-interactions": "^6.4.19", "@storybook/addon-links": "^6.4.19", "@storybook/addon-postcss": "^2.0.0", "@storybook/builder-webpack5": "^6.4.19", "@storybook/manager-webpack5": "^6.4.19", "@storybook/react": "^6.4.19", "@storybook/testing-library": "^0.0.9", "autoprefixer": "^10.4.2", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.3", "babel-plugin-preval": "^5.1.0", "babel-plugin-styled-components": "^2.0.2", "dotenv": "^16.0.0", "dotenv-cli": "^5.1.0", "eslint": "^8.9.0", "eslint-config-react-app": "^7.0.0", "eslint-plugin-storybook": "^0.5.6", "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-image": "^2.6.0", "gatsby-plugin-preval": "^1.0.0", "gatsby-plugin-provide-react": "^1.0.2", "gatsby-plugin-react-helmet": "^5.6.0", "gatsby-plugin-sharp": "^4.6.0", "gatsby-plugin-styled-components": "^5.8.0", "gatsby-source-filesystem": "^4.6.0", "gatsby-transformer-sharp": "^4.6.0", "http-proxy-middleware": "^1.3.1", "prettier": "2.5.1", "react-is": "^17.0.2", "storybook-addon-gatsby": "^0.0.5", "styled-components": "^5.3.3" } }