2020-07-30 12:23:49 +00:00
|
|
|
{
|
|
|
|
"name": "webapp",
|
|
|
|
"description": "Sia Skynet",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Nebulous",
|
|
|
|
"dependencies": {
|
2020-09-03 17:19:40 +00:00
|
|
|
"axios": "0.20.0",
|
|
|
|
"bytes": "3.1.0",
|
|
|
|
"classnames": "2.2.6",
|
2020-09-28 10:36:13 +00:00
|
|
|
"gatsby": "2.24.65",
|
2020-09-21 12:05:53 +00:00
|
|
|
"gatsby-image": "2.4.19",
|
2020-09-21 10:41:20 +00:00
|
|
|
"gatsby-plugin-manifest": "2.4.30",
|
2020-09-03 17:19:40 +00:00
|
|
|
"gatsby-plugin-matomo": "0.8.3",
|
2020-09-21 12:44:59 +00:00
|
|
|
"gatsby-plugin-react-helmet": "3.3.11",
|
2020-09-03 17:19:40 +00:00
|
|
|
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
2020-09-28 10:17:17 +00:00
|
|
|
"gatsby-plugin-robots-txt": "1.5.3",
|
2020-09-21 10:31:14 +00:00
|
|
|
"gatsby-plugin-sass": "2.3.13",
|
2020-09-21 11:52:34 +00:00
|
|
|
"gatsby-plugin-sharp": "2.6.36",
|
2020-09-28 10:42:30 +00:00
|
|
|
"gatsby-source-filesystem": "2.3.30",
|
2020-09-03 17:19:40 +00:00
|
|
|
"gatsby-transformer-sharp": "2.5.14",
|
2020-09-14 10:13:40 +00:00
|
|
|
"http-status-codes": "2.1.3",
|
2020-09-03 17:19:40 +00:00
|
|
|
"jsonp": "0.2.1",
|
2020-09-03 17:28:14 +00:00
|
|
|
"node-sass": "4.14.1",
|
2020-09-03 17:19:40 +00:00
|
|
|
"path-browserify": "1.0.1",
|
|
|
|
"prop-types": "15.7.2",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-countup": "4.3.3",
|
|
|
|
"react-dom": "16.13.1",
|
2020-09-28 10:12:36 +00:00
|
|
|
"react-dropzone": "11.2.0",
|
2020-09-03 17:19:40 +00:00
|
|
|
"react-helmet": "6.1.0",
|
|
|
|
"react-mailchimp-form": "1.0.2",
|
|
|
|
"react-mailchimp-subscribe": "2.1.0",
|
2020-09-07 10:30:28 +00:00
|
|
|
"react-syntax-highlighter": "13.5.3",
|
2020-09-03 17:19:40 +00:00
|
|
|
"react-visibility-sensor": "5.1.1",
|
2020-09-26 09:36:08 +00:00
|
|
|
"skynet-js": "2.0.8",
|
2020-09-03 17:19:40 +00:00
|
|
|
"typeface-metropolis": "0.0.74"
|
2020-07-30 12:23:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-28 10:29:28 +00:00
|
|
|
"cypress": "5.2.0",
|
2020-09-03 17:19:40 +00:00
|
|
|
"cypress-file-upload": "4.1.1",
|
2020-09-28 10:58:53 +00:00
|
|
|
"eslint": "7.10.0",
|
2020-09-03 17:19:40 +00:00
|
|
|
"eslint-config-prettier": "6.11.0",
|
|
|
|
"eslint-plugin-cypress": "2.11.1",
|
|
|
|
"eslint-plugin-react": "7.20.6",
|
2020-09-07 10:27:28 +00:00
|
|
|
"husky": "4.3.0",
|
2020-09-21 10:45:38 +00:00
|
|
|
"lint-staged": "10.4.0",
|
2020-09-21 12:45:30 +00:00
|
|
|
"prettier": "2.1.2"
|
2020-07-30 12:23:49 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|