UNPKG

@hackoregon/mock-wrapper

Version:

A simple way to wrap a project as if it is in a year package

43 lines (42 loc) 1.24 kB
{ "name": "@hackoregon/mock-wrapper", "version": "3.0.1", "description": "A simple way to wrap a project as if it is in a year package", "main": "dist/index.js", "modules": "es/index.js", "repository": { "type": "git", "url": "git+https://github.com/hackoregon/civic.git" }, "private": false, "keywords": [ "civic", "hackoregon" ], "scripts": { "build:esm": "babel src --out-dir es --copy-files --no-comments", "build:cjs": "babel src --out-dir dist --copy-files --no-comments", "build": "BABEL_ENV=esm yarn run build:esm && BABEL_ENV=cjs yarn run build:cjs", "configure": "yarn run build", "lint": "eslint src", "prepublish": "yarn build" }, "license": "MIT", "dependencies": { "@emotion/core": "^10.0.10", "@hackoregon/civic-babel-presets": "^3.0.0", "@hackoregon/component-library": "^4.0.0", "prop-types": "^15.7.2", "react": "^16.8.4", "react-dom": "^16.8.4", "react-redux": "^6.0.1", "react-router": "^3.2.4", "react-router-redux": "^4.0.8", "redux": "^4.0.1", "redux-thunk": "^2.1.0" }, "devDependencies": { "redux-devtools-extension": "^2.13.8" }, "gitHead": "b50f7a7fca617964ade5a3ecb5225fee17b20fe4" }