@front10/landing-page-book
Version:
A react library for landing page
153 lines (152 loc) • 5.74 kB
JSON
{
"name": "@front10/landing-page-book",
"version": "2.0.0-beta.0",
"description": "A react library for landing page",
"main": "dist/index.js",
"dependencies": {
"bootstrap": "^4.1.1",
"codemirror": "^5.39.0",
"color": "^3.1.0",
"email-validator": "^2.0.4",
"font-awesome": "^4.7.0",
"gatsby": "^1.9.45",
"gatsby-link": "^1.6.17",
"gatsby-plugin-react-helmet": "^1.0.5",
"google-map-react": "^1.0.5",
"graphql-syntax-highlighter-react": "^0.3.5",
"highlight.js": "^9.12.0",
"node-fetch": "^2.1.2",
"react": "^16.6.1",
"react-codemirror": "^1.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-flags-select": "^1.1.9",
"react-ga": "^2.5.3",
"react-gif-player": "^0.4.1",
"react-html-parser": "^2.0.2",
"react-json-pretty": "^1.7.9",
"react-lazy-hero": "^0.4.0",
"react-particles-js": "^2.3.0",
"react-player": "^1.6.4",
"react-scroll": "^1.7.10",
"react-share": "^2.2.0",
"react-slick": "^0.23.2",
"react-stepzilla": "^4.7.2",
"slick-carousel": "^1.8.1"
},
"repository": {
"type": "git",
"url": "git@github.com:front10/landing-page-book.git"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"keywords": [
"React",
"Landing",
"React Components",
"Landing Pages",
"Storybook",
"Component Explorer"
],
"author": "front10",
"license": "MIT",
"bugs": {
"url": "https://github.com/front10/landing-page-book/issues"
},
"homepage": "https://front10.com/landing-page-book/",
"scripts": {
"build-static-pages": "node scripts/build-static-pages.js",
"build": "gulp compile-themes-force && gulp compile-components && rm -rf public && mkdir public && mkdir public/images && cp -r assets/images/* public/images && npm run build-static-pages && gatsby build --prefix-paths && mkdir public/themes && cp -r assets/themes/* public/themes",
"develop": "rm -rf public && mkdir public && mkdir public/images && cp -r assets/images/* public/images && npm run build-static-pages && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"start": "gulp compile-components-watch & gulp compile-components & gulp compile-themes-watch & gulp compile-themes-force & start-storybook -p 9001 -c .storybook -s ./assets",
"build-storybook": "build-storybook -c .storybook -o public -s ./assets",
"build-theme": "gulp compile-themes-watch",
"build-doc": "node scripts/build-docs",
"test": "jest --coverage --config ./jest.config.js --runInBand",
"test:badge": "cat ./coverage/lcov.info | coveralls",
"eslint": "./node_modules/.bin/eslint './src/**'",
"eslint:fix": "./node_modules/.bin/eslint --fix ./src",
"gitlab-pages": "git push master gitlab-pages",
"prepush": "npm run eslint",
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "gulp compile-components-watch & gulp compile-components & gulp compile-themes-watch & gulp compile-themes-force & npm run transpile",
"test-browser": "node ./selenium/browser-test.js",
"deploy": "gh-pages -d public -b gh-pages -r git@github.com:front10/landing-page-book.git"
},
"devDependencies": {
"@kadira/storybook-addon-options": "^1.0.2",
"@storybook/addon-actions": "^3.2.12",
"@storybook/addon-centered": "^3.3.12",
"@storybook/addon-knobs": "^3.2.12",
"@storybook/addon-options": "^3.2.12",
"@storybook/addon-viewport": "^3.3.12",
"@storybook/addons": "^3.4.2",
"@storybook/react": "^3.2.12",
"@types/prop-types": "^15.5.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.3",
"babel-loader": "7.1.1",
"babel-plugin-macros": "^2.2.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"coveralls": "^3.0.2",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"gatsby-plugin-compile-es6-packages": "^1.0.6",
"gatsby-plugin-styled-components": "^2.1.0-alpha.6",
"get-sass-vars": "^2.0.0",
"gh-pages": "^1.2.0",
"gh-pages-with-token": "^1.0.0",
"github-markdown-css": "^2.10.0",
"gulp": "^4.0.0",
"gulp-cssimport": "^6.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-vars": "^0.1.6",
"highlight-loader": "^0.7.3",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"ignore-styles": "^5.0.1",
"jest": "^22.4.3",
"node-sass": "^4.7.2",
"node-sass-tilde-importer": "^1.0.2",
"prettier": "1.14.0",
"raw-loader": "^0.5.1",
"rc-dropdown": "^2.2.1",
"rc-menu": "^7.4.19",
"react-docgen": "^2.21.0",
"react-icons": "^3.2.1",
"react-live": "^1.12.0",
"react-markdown": "^3.1.5",
"react-remarkable": "^1.1.3",
"react-scroll": "^1.7.10",
"react-test-renderer": "^16.3.2",
"regenerator-runtime": "^0.11.1",
"sass-loader": "^6.0.6",
"selenium-webdriver": "^4.0.0-alpha.1",
"storybook-readme": "^3.0.6",
"style-loader": "^0.20.3",
"styled-components": "^4.0.3",
"wix-storybook-utils": "^2.0.22"
}
}