{ "name": "website", "private": true, "description": "Skynet Portal", "version": "0.1.0", "author": "Skynet Labs.", "dependencies": { "@fontsource/sora": "4.5.5", "@fontsource/source-sans-pro": "4.5.6", "@svgr/webpack": "6.2.1", "bytes": "3.1.2", "classnames": "2.3.1", "copy-text-to-clipboard": "3.0.1", "crypto-browserify": "3.12.0", "framer-motion": "6.2.8", "gatsby": "4.10.3", "gatsby-background-image": "1.6.0", "gatsby-plugin-image": "2.10.1", "gatsby-plugin-manifest": "4.10.2", "gatsby-plugin-postcss": "5.10.0", "gatsby-plugin-react-helmet": "5.10.0", "gatsby-plugin-robots-txt": "1.7.0", "gatsby-plugin-sharp": "4.10.2", "gatsby-plugin-sitemap": "5.10.2", "gatsby-plugin-svgr": "3.0.0-beta.0", "gatsby-source-filesystem": "4.10.1", "gatsby-transformer-sharp": "4.10.0", "gatsby-transformer-yaml": "4.10.0", "gbimage-bridge": "0.2.1", "http-status-codes": "2.2.0", "ms": "2.1.3", "nanoid": "3.3.2", "normalize.css": "8.0.1", "path-browserify": "1.0.1", "polished": "4.1.4", "postcss": "8.4.12", "prop-types": "15.8.1", "react": "17.0.2", "react-dom": "17.0.2", "react-dropzone": "12.0.4", "react-helmet": "6.1.0", "react-use": "17.3.2", "skynet-js": "4.0.26-beta", "stream-browserify": "3.0.0", "swr": "1.2.2" }, "devDependencies": { "@tailwindcss/typography": "0.5.2", "autoprefixer": "10.4.4", "cross-env": "7.0.3", "cypress": "9.5.2", "prettier": "2.6.1", "tailwindcss": "3.0.23" }, "keywords": [ "gatsby" ], "license": "SEE LICENSE IN LICENSE.md", "scripts": { "build": "gatsby build", "develop": "cross-env GATSBY_API_URL=https://siasky.net gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "gatsby develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", "cypress": "cypress" }, "repository": { "type": "git", "url": "https://github.com/SkynetLabs/skynet-webportal" }, "bugs": { "url": "https://github.com/SkynetLabs/skynet-webportal/issues" } }