UNPKG

@kiwicom/smart-faq

Version:
157 lines (156 loc) 5.55 kB
{ "name": "@kiwicom/smart-faq", "version": "1.22.0", "scripts": { "prepublish": "yarn build", "start": "webpack-dev-server --open --mode development", "start:ci": "NODE_ENV=production LANGUAGE=en webpack-dev-server --mode production", "build": "yarn clean && yarn build:lib", "build:bundle": "KEENIO_WRITEKEY=$KEENIO_WRITEKEY KEENIO_PROJECTID=$KEENIO_PROJECTID SENTRY_URL_STAGING=$SENTRY_URL_STAGING NODE_ENV=production webpack --mode production", "build:pages": "yarn build:bundle && ./scripts/deploy-ghpages.sh", "build:lib": "babel --out-dir lib --ignore *.test.js src --copy-files", "clean": "rimraf lib es dist", "test": "jest --config=jest.config.js", "test-ci": "yarn flow:check && yarn eslint && yarn test && yarn translations:check", "cypress:open": "cypress open &", "cypress:run": "cypress run --browser chrome", "cypress:run-ci": "cypress run --record false", "flow": "flow --color always --show-all-errors --no-auto-start", "flow:check": "flow check", "flow:start": "flow start", "flow:status": "flow status", "flow:stop": "flow stop", "eslint": "eslint .", "eslint:fix": "eslint . --fix", "deploy:surge": "yarn surge $PWD/dist/ https://smartfaq-$(git rev-parse --abbrev-ref HEAD).surge.sh", "deploy:updateURL": "yarn babel-node scripts/deploymentUtils.js updateLiveURL", "translations:check": "node scripts/checkTranslations.js", "translations:download": "yarn babel-node scripts/downloadTranslations.js", "translations:upload": "yarn babel-node scripts/uploadTranslations.js", "relay": "relay-compiler --src ./src --schema ./schema.graphql", "schema": "graphql get-schema dev", "commitmsg": "commitlint -E GIT_PARAMS", "semantic-commitlint": "semantic-commitlint", "semantic-release": "semantic-release" }, "main": "lib/App.js", "author": "kiwi.com", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/node": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-transform-flow-comments": "^7.0.0", "@babel/plugin-transform-modules-commonjs": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@commitlint/cli": "^7.0.0", "@commitlint/config-conventional": "^7.0.1", "@kiwicom/babel-plugin-orbit-components": "^1.0.0", "@kiwicom/orbit-components": "^0.9.0", "@octokit/rest": "^15.2.5", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^9.0.0", "babel-jest": "^23.4.2", "babel-loader": "^8.0.0", "babel-plugin-id": "^1.0.1", "babel-plugin-relay": "^1.6.2", "babel-plugin-transform-assets-import-to-string": "^1.2.0", "copy-webpack-plugin": "4.5.1", "cypress": "^2.1.0", "cz-conventional-changelog": "^2.1.0", "dotenv": "5.0.1", "dotenv-webpack": "^1.5.5", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-context-patch": "^0.0.9", "enzyme-to-json": "^3.3.1", "eslint": "^4.18.2", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-cypress": "^2.0.1", "eslint-plugin-flowtype": "^2.50.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jest": "^21.13.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", "flow-bin": "^0.79.1", "flow-copy-source": "^1.3.0", "flow-typed": "^2.3.0", "fs-extra": "5.0.0", "glob-promise": "3.3.0", "graphql": "0.13.2", "graphql-cli": "2.15.8", "html-loader": "^0.5.5", "html-webpack-plugin": "3.0.6", "husky": "^0.14.3", "i18next-scanner": "2.4.6", "jest": "^23.5.0", "jest-environment-jsdom": "^23.4.0", "jest-environment-jsdom-global": "^1.1.0", "js-cookie": "2.2.0", "keen-tracking": "^2.0.1", "make-runnable": "^1.3.6", "minimist": "1.2.0", "mockdate": "^2.0.2", "prettier-eslint": "^8.8.1", "raven-js": "^3.25.2", "react": "^16.3.2", "react-dom": "16.3.2", "regenerator-runtime": "^0.12.1", "relay-compiler": "1.5.0", "request": "2.83.0", "request-promise-native": "1.0.5", "rimraf": "^2.6.2", "semantic-commitlint": "^1.3.2", "semantic-release": "^15.8.1", "styled-components": "^3.2.6", "surge": "^0.20.1", "webpack": "4.1.0", "webpack-cli": "2.0.10", "webpack-dev-server": "3.1.0" }, "release": { "verifyRelease": [ "semantic-commitlint" ] }, "dependencies": { "@babel/runtime": "^7.0.0-rc.3", "@kiwicom/nitro": "^0.29.1", "classnames": "2.2.6", "history": "4.7.2", "idx": "2.2.0", "isomorphic-fetch": "2.2.1", "luxon": "1.2.0", "markdown-it": "^8.4.1", "react-content-loader": "^3.1.2", "react-event-listener": "^0.6.3", "react-focus-trap": "^2.6.0", "react-relay": "^1.6.2", "react-responsive": "^4.1.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "relay-runtime": "^1.6.2", "styled-jsx": "^2.2.5", "url-search-params-polyfill": "4.0.1" }, "peerDependencies": { "@kiwicom/orbit-components": "^0.2.0", "react": "^16.3.2", "react-dom": "^16.3.2", "styled-components": "^3.2.6" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "https://github.com/kiwicom/smart-faq.git" } }