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/website/package.json

97 lines
3.0 KiB
JSON
Raw Normal View History

2021-03-23 12:07:19 +00:00
{
"name": "website",
"private": true,
"description": "Skynet Labs official website",
"version": "0.1.0",
2021-04-01 16:36:16 +00:00
"author": "Skynet Labs.",
2021-03-23 12:07:19 +00:00
"dependencies": {
"@fontsource/sora": "^4.5.0",
"@fontsource/source-sans-pro": "^4.5.0",
2021-03-23 12:07:19 +00:00
"@svgr/webpack": "^5.5.0",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
2021-03-25 21:44:24 +00:00
"bytes": "^3.1.0",
2021-04-07 13:18:40 +00:00
"classnames": "^2.3.1",
2021-03-26 16:23:42 +00:00
"copy-text-to-clipboard": "^3.0.1",
2021-03-28 14:46:32 +00:00
"crypto-browserify": "^3.12.0",
"framer-motion": "^5.2.1",
"gatsby": "^3.14.5",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-purgecss": "^6.1.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^4.1.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-classes": "^1.0.2",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-remark-prismjs": "^5.11.0",
"gatsby-remark-responsive-iframe": "^4.11.0",
"gatsby-remark-smartypants": "^4.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-json": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"gatsby-transformer-yaml": "^3.14.0",
"gbimage-bridge": "^0.1.4",
2021-03-25 21:44:24 +00:00
"http-status-codes": "^2.1.4",
2021-03-29 12:24:12 +00:00
"jsonp": "^0.2.1",
2021-03-28 14:46:32 +00:00
"ms": "^2.1.2",
"nanoid": "^3.1.30",
2021-03-23 12:07:19 +00:00
"normalize.css": "^8.0.1",
2021-03-28 14:46:32 +00:00
"path-browserify": "^1.0.1",
"polished": "^4.1.3",
"popmotion": "^11.0.0",
"postcss": "^8.3.11",
2021-03-23 12:07:19 +00:00
"preact-svg-loader": "^0.2.1",
"prop-types": "^15.7.2",
2021-03-28 14:46:32 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
2021-03-23 12:07:19 +00:00
"react-helmet": "^6.1.0",
2021-03-31 22:37:02 +00:00
"react-share": "^4.4.0",
2021-03-23 12:07:19 +00:00
"react-svg-loader": "^3.0.3",
"react-syntax-highlighter": "^15.4.4",
"react-use": "^17.3.1",
2021-11-08 14:20:26 +00:00
"skynet-js": "^4.0.19-beta",
2021-04-07 13:18:40 +00:00
"stream-browserify": "^3.0.0",
"swr": "^1.0.1",
"tailwindcss": "^2.2.19"
2021-03-23 12:07:19 +00:00
},
"devDependencies": {
2021-04-13 11:09:45 +00:00
"cross-env": "^7.0.3",
"cypress": "^8.7.0",
"cypress-file-upload": "^5.0.8",
"prettier": "^2.4.1"
2021-03-23 12:07:19 +00:00
},
"keywords": [
"gatsby"
],
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "gatsby build",
2021-04-13 11:12:03 +00:00
"develop": "cross-env GATSBY_API_URL=https://siasky.net gatsby develop",
2021-03-23 12:07:19 +00:00
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
2021-07-26 11:28:27 +00:00
"start": "yarn develop",
2021-03-23 12:07:19 +00:00
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
2021-04-13 10:32:03 +00:00
"cypress": "cypress",
2021-03-23 12:07:19 +00:00
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/SkynetLabs/skynet-webportal"
2021-03-23 12:07:19 +00:00
},
"bugs": {
"url": "https://github.com/SkynetLabs/skynet-webportal/issues"
2021-03-23 12:07:19 +00:00
}
}