73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "skynet-webportal",
|
|
"description": "Sia Skynet",
|
|
"version": "1.0.0",
|
|
"author": "Nebulous",
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"gatsby": "^2.19.26",
|
|
"gatsby-image": "^2.2.41",
|
|
"gatsby-plugin-manifest": "^2.2.42",
|
|
"gatsby-plugin-react-helmet": "^3.1.22",
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
|
"gatsby-plugin-sass": "^2.1.29",
|
|
"gatsby-plugin-sharp": "^2.4.5",
|
|
"gatsby-source-filesystem": "^2.1.48",
|
|
"gatsby-transformer-sharp": "^2.3.16",
|
|
"jsonp": "^0.2.1",
|
|
"node-sass": "^4.13.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.0",
|
|
"react-countup": "^4.3.3",
|
|
"react-dom": "^16.13.0",
|
|
"react-dropzone": "^10.2.1",
|
|
"react-helmet": "^5.2.1",
|
|
"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",
|
|
"shortid": "^2.2.15"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"husky": "^4.2.3",
|
|
"lint-staged": "^10.0.8",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"keywords": [
|
|
"sia",
|
|
"skynet",
|
|
"nebulous",
|
|
"blockchain",
|
|
"decentralized",
|
|
"cloud storage"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,html,css,scss}\"",
|
|
"start": "gatsby develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,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"
|
|
}
|
|
}
|