84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"name": "webapp",
|
|
"description": "Sia Skynet",
|
|
"version": "1.0.0",
|
|
"author": "Nebulous",
|
|
"dependencies": {
|
|
"axios": "0.21.1",
|
|
"bytes": "3.1.0",
|
|
"classnames": "2.2.6",
|
|
"fontsource-metropolis": "4.0.0",
|
|
"gatsby": "2.31.1",
|
|
"gatsby-image": "2.10.0",
|
|
"gatsby-plugin-manifest": "2.11.0",
|
|
"gatsby-plugin-matomo": "0.9.0",
|
|
"gatsby-plugin-react-helmet": "3.9.0",
|
|
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
|
"gatsby-plugin-robots-txt": "1.5.5",
|
|
"gatsby-plugin-sass": "3.1.0",
|
|
"gatsby-source-filesystem": "2.10.0",
|
|
"http-status-codes": "2.1.4",
|
|
"jsonp": "0.2.1",
|
|
"node-sass": "5.0.0",
|
|
"path-browserify": "1.0.1",
|
|
"prop-types": "15.7.2",
|
|
"react": "17.0.1",
|
|
"react-countup": "4.3.3",
|
|
"react-dom": "17.0.1",
|
|
"react-dropzone": "11.2.4",
|
|
"react-helmet": "6.1.0",
|
|
"react-mailchimp-form": "1.0.2",
|
|
"react-mailchimp-subscribe": "2.1.0",
|
|
"react-syntax-highlighter": "15.4.3",
|
|
"react-visibility-sensor": "5.1.1",
|
|
"skynet-js": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "6.3.0",
|
|
"cypress-file-upload": "5.0.2",
|
|
"eslint": "7.19.0",
|
|
"eslint-config-prettier": "7.2.0",
|
|
"eslint-plugin-cypress": "2.11.2",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"husky": "4.3.8",
|
|
"lint-staged": "10.5.3",
|
|
"prettier": "2.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|