2020-07-30 12:23:49 +00:00
|
|
|
{
|
|
|
|
"name": "webapp",
|
|
|
|
"description": "Sia Skynet",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Nebulous",
|
|
|
|
"dependencies": {
|
2020-11-09 10:36:03 +00:00
|
|
|
"axios": "0.21.0",
|
2020-09-03 17:19:40 +00:00
|
|
|
"bytes": "3.1.0",
|
|
|
|
"classnames": "2.2.6",
|
2020-10-13 09:26:53 +00:00
|
|
|
"fontsource-metropolis": "3.0.1",
|
2020-11-02 10:10:13 +00:00
|
|
|
"gatsby": "2.24.92",
|
2020-11-16 10:13:38 +00:00
|
|
|
"gatsby-image": "2.5.0",
|
2020-10-26 11:17:05 +00:00
|
|
|
"gatsby-plugin-manifest": "2.4.35",
|
2020-09-03 17:19:40 +00:00
|
|
|
"gatsby-plugin-matomo": "0.8.3",
|
2020-10-12 10:15:31 +00:00
|
|
|
"gatsby-plugin-react-helmet": "3.3.14",
|
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-11-16 10:25:06 +00:00
|
|
|
"gatsby-plugin-sass": "2.5.1",
|
2020-11-16 13:11:23 +00:00
|
|
|
"gatsby-plugin-sharp": "2.8.0",
|
2020-11-03 14:58:11 +00:00
|
|
|
"gatsby-source-filesystem": "2.4.0",
|
2020-11-02 10:44:10 +00:00
|
|
|
"gatsby-transformer-sharp": "2.5.21",
|
2020-10-16 09:58:17 +00:00
|
|
|
"http-status-codes": "2.1.4",
|
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",
|
2020-10-19 15:04:56 +00:00
|
|
|
"react": "16.14.0",
|
2020-09-03 17:19:40 +00:00
|
|
|
"react-countup": "4.3.3",
|
2020-10-20 12:54:25 +00:00
|
|
|
"react-dom": "16.14.0",
|
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-10-12 10:20:18 +00:00
|
|
|
"react-syntax-highlighter": "15.2.1",
|
2020-09-03 17:19:40 +00:00
|
|
|
"react-visibility-sensor": "5.1.1",
|
2020-11-09 10:30:46 +00:00
|
|
|
"skynet-js": "2.4.0"
|
2020-07-30 12:23:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-02 10:38:06 +00:00
|
|
|
"cypress": "5.5.0",
|
2020-09-03 17:19:40 +00:00
|
|
|
"cypress-file-upload": "4.1.1",
|
2020-11-09 10:41:01 +00:00
|
|
|
"eslint": "7.13.0",
|
2020-11-16 10:18:46 +00:00
|
|
|
"eslint-config-prettier": "6.15.0",
|
2020-10-13 11:42:41 +00:00
|
|
|
"eslint-plugin-cypress": "2.11.2",
|
2020-11-02 10:13:16 +00:00
|
|
|
"eslint-plugin-react": "7.21.5",
|
2020-09-07 10:27:28 +00:00
|
|
|
"husky": "4.3.0",
|
2020-11-02 10:16:09 +00:00
|
|
|
"lint-staged": "10.5.1",
|
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"
|
|
|
|
}
|
|
|
|
}
|