96 lines
3.0 KiB
JSON
96 lines
3.0 KiB
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"description": "Skynet Labs official website",
|
|
"version": "0.1.0",
|
|
"author": "Skynet Labs.",
|
|
"dependencies": {
|
|
"@fontsource/sora": "^4.4.5",
|
|
"@fontsource/source-sans-pro": "^4.4.5",
|
|
"@svgr/webpack": "^5.5.0",
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
"autoprefixer": "^10.2.6",
|
|
"bytes": "^3.1.0",
|
|
"classnames": "^2.3.1",
|
|
"copy-text-to-clipboard": "^3.0.1",
|
|
"crypto-browserify": "^3.12.0",
|
|
"framer-motion": "^4.1.17",
|
|
"gatsby": "^3.8.1",
|
|
"gatsby-background-image": "^1.5.3",
|
|
"gatsby-image": "^3.8.0",
|
|
"gatsby-plugin-image": "^1.8.0",
|
|
"gatsby-plugin-manifest": "^3.8.0",
|
|
"gatsby-plugin-matomo": "^0.10.0",
|
|
"gatsby-plugin-offline": "^4.8.0",
|
|
"gatsby-plugin-postcss": "^4.8.0",
|
|
"gatsby-plugin-purgecss": "^6.0.2",
|
|
"gatsby-plugin-react-helmet": "^4.7.1",
|
|
"gatsby-plugin-robots-txt": "^1.6.8",
|
|
"gatsby-plugin-sharp": "^3.8.0",
|
|
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
|
"gatsby-remark-classes": "^1.0.0",
|
|
"gatsby-remark-copy-linked-files": "^4.5.0",
|
|
"gatsby-remark-images": "^5.5.0",
|
|
"gatsby-remark-prismjs": "^5.5.0",
|
|
"gatsby-remark-responsive-iframe": "^4.5.0",
|
|
"gatsby-remark-smartypants": "^4.5.0",
|
|
"gatsby-source-filesystem": "^3.8.0",
|
|
"gatsby-transformer-json": "^3.8.0",
|
|
"gatsby-transformer-remark": "^4.5.0",
|
|
"gatsby-transformer-sharp": "^3.8.0",
|
|
"gatsby-transformer-yaml": "^3.8.0",
|
|
"gbimage-bridge": "^0.1.4",
|
|
"http-status-codes": "^2.1.4",
|
|
"jsonp": "^0.2.1",
|
|
"ms": "^2.1.2",
|
|
"normalize.css": "^8.0.1",
|
|
"path-browserify": "^1.0.1",
|
|
"polished": "^4.1.3",
|
|
"popmotion": "^9.4.0",
|
|
"postcss": "^8.3.0",
|
|
"preact-svg-loader": "^0.2.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^11.3.4",
|
|
"react-helmet": "^6.1.0",
|
|
"react-share": "^4.4.0",
|
|
"react-svg-loader": "^3.0.3",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"react-use": "^17.2.4",
|
|
"skynet-js": "^4.0.11-beta",
|
|
"stream-browserify": "^3.0.0",
|
|
"swr": "^0.5.6",
|
|
"tailwindcss": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"cypress": "^7.6.0",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"prettier": "^2.3.2"
|
|
},
|
|
"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": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
|
|
"cypress": "cypress",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NebulousLabs/skynet-webportal"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/NebulousLabs/skynet-webportal/issues"
|
|
}
|
|
}
|