2020-01-31 20:18:58 +00:00
|
|
|
{
|
2020-02-18 16:25:03 +00:00
|
|
|
"name": "skynet-webportal",
|
2020-02-20 16:35:07 +00:00
|
|
|
"description": "Sia Skynet",
|
2020-02-18 16:25:03 +00:00
|
|
|
"version": "1.0.0",
|
2020-02-20 16:35:07 +00:00
|
|
|
"author": "Nebulous",
|
2020-02-18 16:25:03 +00:00
|
|
|
"dependencies": {
|
2020-03-09 17:50:16 +00:00
|
|
|
"axios": "^0.19.2",
|
2020-02-18 16:25:03 +00:00
|
|
|
"classnames": "^2.2.6",
|
2020-03-19 14:47:59 +00:00
|
|
|
"gatsby": "^2.19.49",
|
2020-03-09 12:20:59 +00:00
|
|
|
"gatsby-image": "^2.2.43",
|
2020-03-19 17:17:17 +00:00
|
|
|
"gatsby-plugin-manifest": "^2.2.48",
|
2020-03-09 14:52:35 +00:00
|
|
|
"gatsby-plugin-matomo": "^0.8.1",
|
2020-03-19 17:23:44 +00:00
|
|
|
"gatsby-plugin-react-helmet": "^3.1.24",
|
2020-02-27 10:58:53 +00:00
|
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
2020-02-20 17:14:20 +00:00
|
|
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
2020-03-19 14:48:45 +00:00
|
|
|
"gatsby-plugin-sass": "^2.1.31",
|
2020-03-16 08:56:12 +00:00
|
|
|
"gatsby-plugin-sharp": "^2.4.12",
|
2020-03-19 17:24:11 +00:00
|
|
|
"gatsby-source-filesystem": "^2.1.57",
|
2020-03-19 17:17:07 +00:00
|
|
|
"gatsby-transformer-sharp": "^2.3.19",
|
2020-02-18 16:25:03 +00:00
|
|
|
"jsonp": "^0.2.1",
|
|
|
|
"node-sass": "^4.13.1",
|
2020-03-10 13:36:21 +00:00
|
|
|
"path-browserify": "^1.0.1",
|
2020-02-18 16:25:03 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2020-02-28 10:46:36 +00:00
|
|
|
"react": "^16.13.0",
|
2020-02-18 16:25:03 +00:00
|
|
|
"react-countup": "^4.3.3",
|
2020-02-28 10:46:36 +00:00
|
|
|
"react-dom": "^16.13.0",
|
2020-02-18 16:25:03 +00:00
|
|
|
"react-dropzone": "^10.2.1",
|
2020-02-20 16:35:07 +00:00
|
|
|
"react-helmet": "^5.2.1",
|
2020-02-18 16:25:03 +00:00
|
|
|
"react-mailchimp-form": "^1.0.2",
|
|
|
|
"react-mailchimp-subscribe": "^2.1.0",
|
|
|
|
"react-reveal": "^1.2.2",
|
|
|
|
"react-syntax-highlighter": "^12.2.1",
|
2020-03-10 13:36:21 +00:00
|
|
|
"react-visibility-sensor": "^5.1.1"
|
2020-02-18 16:25:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-19 14:46:43 +00:00
|
|
|
"cypress": "^4.2.0",
|
2020-03-05 10:37:50 +00:00
|
|
|
"cypress-file-upload": "^3.5.3",
|
2020-02-28 11:09:30 +00:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-config-prettier": "^6.10.0",
|
2020-03-05 10:37:50 +00:00
|
|
|
"eslint-plugin-cypress": "^2.10.3",
|
2020-03-09 10:43:57 +00:00
|
|
|
"eslint-plugin-react": "^7.19.0",
|
2020-02-24 14:55:53 +00:00
|
|
|
"husky": "^4.2.3",
|
2020-02-26 10:44:09 +00:00
|
|
|
"lint-staged": "^10.0.8",
|
2020-02-18 16:25:03 +00:00
|
|
|
"prettier": "^1.19.1"
|
|
|
|
},
|
2020-02-20 16:35:07 +00:00
|
|
|
"keywords": [
|
2020-02-20 17:14:20 +00:00
|
|
|
"sia",
|
|
|
|
"skynet",
|
2020-02-20 16:35:07 +00:00
|
|
|
"nebulous",
|
|
|
|
"blockchain",
|
|
|
|
"decentralized",
|
|
|
|
"cloud storage"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2020-01-31 20:18:58 +00:00
|
|
|
"scripts": {
|
2020-02-20 16:35:07 +00:00
|
|
|
"build": "gatsby build",
|
2020-02-24 14:58:14 +00:00
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,html,css,scss}\"",
|
2020-02-28 10:05:57 +00:00
|
|
|
"start": "gatsby develop",
|
2020-02-20 16:35:07 +00:00
|
|
|
"serve": "gatsby serve",
|
|
|
|
"clean": "gatsby clean"
|
2020-01-31 20:18:58 +00:00
|
|
|
},
|
2020-02-24 14:55:53 +00:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
2020-03-05 10:37:50 +00:00
|
|
|
"*.{js,jsx,ts,tsx}": [
|
|
|
|
"eslint --fix",
|
|
|
|
"prettier --write"
|
|
|
|
],
|
|
|
|
"*.{md,html,css,scss}": [
|
|
|
|
"prettier --write"
|
|
|
|
]
|
2020-02-24 14:55:53 +00:00
|
|
|
},
|
2020-02-20 16:35:07 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/NebulousLabs/skynet-webportal"
|
2020-01-31 20:18:58 +00:00
|
|
|
},
|
2020-02-20 16:35:07 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NebulousLabs/skynet-webportal/issues"
|
2020-01-31 20:18:58 +00:00
|
|
|
}
|
|
|
|
}
|