react-landing-page
Version:
[](https://hermanya.github.io/react-landing-page/)
84 lines (83 loc) • 2.11 kB
JSON
{
"name": "react-landing-page",
"version": "2.0.2",
"main": "dist/index.js",
"author": "Herman Starikov",
"license": "MIT",
"keywords": [
"components",
"react",
"react-component",
"ui",
"design-system",
"styled-system",
"styled-components",
"landing",
"page",
"functional"
],
"scripts": {
"prepare": "babel src -d dist",
"start": "x0 docs",
"test": "eslint src",
"build": "x0 build docs -d site",
"deploy": "gh-pages -d site",
"cover": "jest --coverage --coverageReporters html lcov && codecov"
},
"dependencies": {
"prop-types": "^15.6.2",
"rebass": "^2.0.0",
"refunk": "^3.0.1",
"styled-system": "^2.3.6"
},
"devDependencies": {
"@compositor/kit-snapshot": "^1.0.24",
"@compositor/x0": "^6.0.5",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"codecov": "^3.0.0",
"eslint": "^5.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^3.1.0",
"gh-pages": "^1.2.0",
"jest": "^22.4.4",
"jest-styled-components": "^5.0.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"styled-components": "^3.4.5"
},
"peerDependencies": {
"styled-components": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hermanya/react-landing-page.git"
},
"bugs": {
"url": "https://github.com/hermanya/react-landing-page/issues"
},
"homepage": "https://github.com/hermanya/react-landing-page",
"jest": {
"testMatch": [
"**/tests/**/*.js"
],
"collectCoverageFrom": [
"**/src/**/*.js"
]
},
"x0": {
"title": "React Landing Page",
"template": "./docs/_template.js",
"basename": "/react-landing-page",
"static": true
},
"sideEffects": false
}