ETHReport/package.json

50 lines
1.5 KiB
JSON
Raw Permalink Normal View History

{
"name": "ETHReport",
"version": "1.0.0",
"description": "ETHReport website",
"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",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/ETHReport.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/ETHReport/issues"
},
"homepage": "https://github.com/status-im/ETHPrize#readme",
"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",
"next": "^6.0.3",
2018-07-23 12:14:21 +00:00
"node-sass": "^4.9.1",
"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",
"react-dom": "^16.4.2",
2018-07-20 07:42:17 +00:00
"react-headroom": "^2.2.2"
},
"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",
"eslint-plugin-react": "^7.9.1",
"gh-pages": "^1.2.0"
}
}