UNPKG

react-escalade-priceline

Version:
70 lines (69 loc) 1.89 kB
{ "name": "react-escalade-priceline", "version": "1.0.29", "keywords": [ "react", "escalade", "priceline" ], "main": "dist/index.js", "author": "Kennedy Rose <krose@escaladesports.com>", "repository": { "type": "git", "url": "https://github.com/escaladesports/react-escalade-priceline.git" }, "license": "MIT", "scripts": { "dev": "gatsby develop --open", "build": "rm -rf dist && mkdir dist && babel src/module --out-dir dist", "prepublishOnly": "npm run build", "build:gatsby": "gatsby build", "lint": "eslint ./src", "precommit": "lint-staged", "reset": "node utils/reset", "test": "echo 'No test'", "travis": "opn https://travis-ci.org/escaladesports/react-component-boilerplate/branches" }, "lint-staged": { "**/*.js": [ "eslint --fix", "git add" ] }, "jest": { "testEnvironment": "node" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-emotion": "^9.2.6", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "child-process-promise": "^2.2.1", "emotion": "^9.2.6", "emotion-server": "^9.2.6", "eslint": "^5.3.0", "eslint-config-escalade-sports": "^0.2.3", "fs-extra": "^7.0.0", "gatsby": "^1.9.277", "gatsby-plugin-emotion": "^1.1.17", "gatsby-plugin-html-attributes": "^1.0.4", "gatsby-plugin-react-helmet": "^2.0.11", "get-port": "^4.0.0", "husky": "^0.14.3", "jest": "^23.4.2", "lint-staged": "^7.2.0", "opn-cli": "^3.1.0", "puppeteer": "^1.6.2", "react": "^16.4.2", "react-dom": "^16.4.2", "react-helmet": "^5.2.0", "static-server": "^2.2.1" }, "dependencies": { "babel-runtime": "^6.26.0", "isomorphic-fetch": "^2.2.1", "statable": "^0.3.2" } }