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

86 lines
2.1 KiB
JSON

{
"name": "webapp",
"description": "Sia Skynet",
"version": "1.0.0",
"author": "Nebulous",
"dependencies": {
"axios": "0.20.0",
"bytes": "3.1.0",
"classnames": "2.2.6",
"fontsource-metropolis": "3.0.1",
"gatsby": "2.24.92",
"gatsby-image": "2.4.21",
"gatsby-plugin-manifest": "2.4.35",
"gatsby-plugin-matomo": "0.8.3",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-robots-txt": "1.5.3",
"gatsby-plugin-sass": "2.4.1",
"gatsby-plugin-sharp": "2.6.42",
"gatsby-source-filesystem": "2.4.0",
"gatsby-transformer-sharp": "2.5.21",
"http-status-codes": "2.1.4",
"jsonp": "0.2.1",
"node-sass": "4.14.1",
"path-browserify": "1.0.1",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-countup": "4.3.3",
"react-dom": "16.14.0",
"react-dropzone": "11.2.0",
"react-helmet": "6.1.0",
"react-mailchimp-form": "1.0.2",
"react-mailchimp-subscribe": "2.1.0",
"react-syntax-highlighter": "15.2.1",
"react-visibility-sensor": "5.1.1",
"skynet-js": "2.1.1"
},
"devDependencies": {
"cypress": "5.5.0",
"cypress-file-upload": "4.1.1",
"eslint": "7.12.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-react": "7.21.5",
"husky": "4.3.0",
"lint-staged": "10.5.1",
"prettier": "2.1.2"
},
"keywords": [
"sia",
"skynet",
"nebulous",
"blockchain",
"decentralized",
"cloud storage"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{md,html,css,scss}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "https://github.com/NebulousLabs/skynet-webportal"
},
"bugs": {
"url": "https://github.com/NebulousLabs/skynet-webportal/issues"
}
}