2018-06-27 11:48:55 +00:00
|
|
|
{
|
2018-07-23 10:02:23 +00:00
|
|
|
"name": "ETHReport",
|
2018-06-27 11:48:55 +00:00
|
|
|
"version": "1.0.0",
|
2018-07-23 10:02:23 +00:00
|
|
|
"description": "ETHReport website",
|
2018-06-27 11:48:55 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2018-07-20 09:16:50 +00:00
|
|
|
"dev": "npm run transform && next",
|
|
|
|
"build": "npm run transform && next build",
|
|
|
|
"start": "npm run transform && next start",
|
|
|
|
"serve": "npm run transform && next build && next start",
|
|
|
|
"prod-build": "npm run transform && next build && next export && touch out/.nojekyll",
|
2018-07-23 10:02:23 +00:00
|
|
|
"gh-publish": "node bin/gh-pages.js",
|
2018-07-20 09:16:50 +00:00
|
|
|
"lint": "eslint \"components/**/*.js\" \"pages/*.js\"\"data/**/*.js\"",
|
|
|
|
"transform": "node bin/transform-json"
|
2018-06-27 11:48:55 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-07-23 10:02:23 +00:00
|
|
|
"url": "git+https://github.com/status-im/ETHReport.git"
|
2018-06-27 11:48:55 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2018-07-23 10:02:23 +00:00
|
|
|
"url": "https://github.com/status-im/ETHReport/issues"
|
2018-06-27 11:48:55 +00:00
|
|
|
},
|
2018-07-23 10:02:23 +00:00
|
|
|
"homepage": "https://github.com/status-im/ETHPrize#readme",
|
2018-06-27 11:48:55 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@zeit/next-sass": "^0.2.0",
|
|
|
|
"html-react-parser": "^0.4.5",
|
2018-07-09 14:29:57 +00:00
|
|
|
"lodash": "^4.17.10",
|
2018-06-27 11:48:55 +00:00
|
|
|
"next": "^6.0.3",
|
|
|
|
"node-sass": "^4.9.0",
|
|
|
|
"prop-types": "^15.6.1",
|
|
|
|
"react": "^16.3.2",
|
2018-07-10 12:32:06 +00:00
|
|
|
"react-anchor-link-smooth-scroll": "^1.0.10",
|
2018-07-20 07:42:17 +00:00
|
|
|
"react-dom": "^16.3.2",
|
|
|
|
"react-headroom": "^2.2.2"
|
2018-06-27 11:48:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^8.0.1",
|
|
|
|
"deploy-to-git": "^0.1.5",
|
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
|
|
"eslint-config-prettier": "^2.9.0",
|
|
|
|
"eslint-plugin-import": "^2.12.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
2018-07-23 10:02:23 +00:00
|
|
|
"eslint-plugin-react": "^7.9.1",
|
|
|
|
"gh-pages": "^1.2.0"
|
2018-06-27 11:48:55 +00:00
|
|
|
}
|
|
|
|
}
|