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

87 lines
2.2 KiB
JSON
Raw Normal View History

2020-01-31 20:18:58 +00:00
{
2020-02-18 16:25:03 +00:00
"name": "skynet-webportal",
"description": "Sia Skynet",
2020-02-18 16:25:03 +00:00
"version": "1.0.0",
"author": "Nebulous",
2020-02-18 16:25:03 +00:00
"dependencies": {
2020-03-09 17:50:16 +00:00
"axios": "^0.19.2",
"bytes": "^3.1.0",
2020-02-18 16:25:03 +00:00
"classnames": "^2.2.6",
"gatsby": "^2.24.5",
"gatsby-image": "^2.4.13",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-react-helmet": "^3.3.10",
2020-02-27 10:58:53 +00:00
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.20",
"gatsby-source-filesystem": "^2.3.20",
"gatsby-transformer-sharp": "^2.5.11",
"http-status-codes": "^1.4.0",
2020-02-18 16:25:03 +00:00
"jsonp": "^0.2.1",
"node-sass": "^4.14.0",
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",
"react": "^16.13.1",
2020-02-18 16:25:03 +00:00
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.2",
"react-helmet": "^6.1.0",
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",
"react-visibility-sensor": "^5.1.1",
2020-07-16 10:59:40 +00:00
"skynet-js": "0.0.8",
2020-06-09 12:10:43 +00:00
"typeface-metropolis": "^0.0.74"
2020-02-18 16:25:03 +00:00
},
"devDependencies": {
"cypress": "^4.10.0",
"cypress-file-upload": "^4.0.7",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-react": "^7.20.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5"
2020-02-18 16:25:03 +00:00
},
"keywords": [
2020-02-20 17:14:20 +00:00
"sia",
"skynet",
"nebulous",
"blockchain",
"decentralized",
"cloud storage"
],
"license": "MIT",
2020-01-31 20:18:58 +00:00
"scripts": {
"build": "gatsby build",
2020-02-28 10:05:57 +00:00
"start": "gatsby develop",
"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
},
"repository": {
"type": "git",
"url": "https://github.com/NebulousLabs/skynet-webportal"
2020-01-31 20:18:58 +00:00
},
"bugs": {
"url": "https://github.com/NebulousLabs/skynet-webportal/issues"
2020-01-31 20:18:58 +00:00
}
}