Created
September 26, 2016 21:18
-
-
Save MrRoyce/4f017e273f77181daaea63776b382c1f to your computer and use it in GitHub Desktop.
package.json to debug Module not found: Error: Cannot resolve module 'babel-runtime'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "tonight", | |
"version": "1.0.0", | |
"description": "tonight", | |
"main": "index.js", | |
"scripts": { | |
"build": "webpack --display-error-details", | |
"start": "NODE_ENV=development webpack-dev-server --progress --colors --inline", | |
"test": "NODE_PATH=./src mocha -R min --compilers js:babel-core/register --require ignore-styles ./tools/test_helper.js \"src/**/*.spec.js\"", | |
"test:watch": "npm run test -- --watch" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+ssh://[email protected]/safetyharbor/tonight.git" | |
}, | |
"keywords": [ | |
"GoTonight, music, events, bars" | |
], | |
"author": "Royce Harding", | |
"license": "SEE LICENSE IN LICENSE", | |
"bugs": { | |
"url": "https://github.com/safetyharbor/tonight/issues" | |
}, | |
"homepage": "https://github.com/safetyharbor/tonight#readme", | |
"devDependencies": { | |
"autoprefixer": "^6.4.0", | |
"babel-cli": "^6.14.0", | |
"babel-core": "^6.14.0", | |
"babel-eslint": "^6.1.2", | |
"babel-loader": "^6.2.5", | |
"babel-plugin-syntax-async-functions": "^6.13.0", | |
"babel-plugin-syntax-trailing-function-commas": "^6.13.0", | |
"babel-plugin-transform-class-properties": "^6.11.5", | |
"babel-plugin-transform-object-rest-spread": "^6.8.0", | |
"babel-plugin-transform-react-constant-elements": "^6.9.1", | |
"babel-plugin-transform-regenerator": "^6.14.0", | |
"babel-plugin-transform-runtime": "^6.15.0", | |
"babel-polyfill": "^6.13.0", | |
"babel-preset-es2015": "^6.14.0", | |
"babel-preset-es2016": "^6.11.3", | |
"babel-preset-react": "^6.11.1", | |
"babel-preset-stage-0": "^6.5.0", | |
"babel-register": "^6.14.0", | |
"babel-runtime": "^6.11.6", | |
"chai": "^3.5.0", | |
"chai-as-promised": "^5.3.0", | |
"chai-enzyme": "^0.5.1", | |
"chai-immutable": "^1.6.0", | |
"chai-jquery": "^2.0.0", | |
"chokidar": "^1.6.0", | |
"clean-webpack-plugin": "^0.1.10", | |
"copy-webpack-plugin": "^3.0.1", | |
"css-loader": "^0.25.0", | |
"cssnano": "^3.7.5", | |
"cucumber": "^1.3.0", | |
"dotenv": "^2.0.0", | |
"enzyme": "^2.4.1", | |
"eslint": "^3.6.0", | |
"eslint-plugin-babel": "^3.3.0", | |
"eslint-plugin-import": "^1.16.0", | |
"eslint-plugin-jsx-a11y": "^2.2.2", | |
"eslint-plugin-react": "^6.3.0", | |
"expect": "^1.20.2", | |
"exports-loader": "^0.6.3", | |
"extract-text-webpack-plugin": "^1.0.1", | |
"file-loader": "^0.9.0", | |
"glob": "^7.1.0", | |
"html-webpack-plugin": "^2.22.0", | |
"html-webpack-template": "^5.2.0", | |
"ignore-styles": "^5.0.1", | |
"imports-loader": "^0.6.5", | |
"jquery": "^3.1.1", | |
"jsdom": "^9.5.0", | |
"json-loader": "^0.5.4", | |
"jsx-loader": "^0.13.2", | |
"mocha": "^3.0.2", | |
"mocha-junit-reporter": "^1.12.0", | |
"nock": "^8.0.0", | |
"npm-install-webpack-plugin": "^4.0.4", | |
"phantomjs": "^2.1.7", | |
"postcss-loader": "^0.13.0", | |
"promise": "^7.1.1", | |
"react-addons-shallow-compare": "^15.3.2", | |
"react-addons-test-utils": "^15.3.2", | |
"react-element-to-jsx-string": "^4.2.0", | |
"redux-mock-store": "^1.2.1", | |
"rimraf": "^2.5.4", | |
"sanitize-filename": "^1.6.0", | |
"selenium-webdriver": "^2.53.2", | |
"sinon": "^1.17.6", | |
"style-loader": "^0.13.1", | |
"url-loader": "^0.5.7", | |
"webpack": "^1.13.2", | |
"webpack-dev-server": "^1.16.1", | |
"webpack-merge": "^0.14.1", | |
"whatwg-fetch": "^1.0.0", | |
"xunit-file": "^1.0.0", | |
"yargs": "^5.0.0" | |
}, | |
"dependencies": { | |
"axios": "^0.14.0", | |
"babel-plugin-syntax-async-functions": "^6.13.0", | |
"babel-plugin-transform-class-properties": "^6.11.5", | |
"babel-plugin-transform-object-rest-spread": "^6.8.0", | |
"babel-plugin-transform-regenerator": "^6.14.0", | |
"babel-polyfill": "^6.9.1", | |
"babel-preset-es2016": "^6.11.3", | |
"babel-preset-react-hmre": "^1.1.1", | |
"babel-preset-stage-1": "^6.13.0", | |
"babel-runtime": "^6.11.6", | |
"bluebird": "^3.4.6", | |
"classnames": "^2.2.5", | |
"immutable": "^3.8.1", | |
"lodash": "^4.16.1", | |
"minimatch": "^3.0.3", | |
"moment": "^2.15.1", | |
"piwik-react-router": "https://github.com/safetyharbor/piwik-react-router/tarball/b6f91432dd4e3a26ad136ae7a4245d3f3c4a1f03", | |
"react": "^15.3.2", | |
"react-addons-css-transition-group": "^15.3.2", | |
"react-addons-pure-render-mixin": "^15.3.2", | |
"react-addons-shallow-compare": "^15.2.0", | |
"react-autosuggest": "^6.0.4", | |
"react-avatar-cropper": "^0.1.2", | |
"react-bootstrap": "^0.30.3", | |
"react-bootstrap-modal": "^3.0.0", | |
"react-dom": "^15.3.2", | |
"react-infinite-calendar": "^1.2.0", | |
"react-lazy-cache": "^3.0.1", | |
"react-redux": "^4.4.5", | |
"react-router": "^2.8.1", | |
"react-router-bootstrap": "^0.23.1", | |
"react-router-redux": "^4.0.6", | |
"react-tab-panel": "^2.2.2", | |
"redux": "^3.6.0", | |
"redux-auth-wrapper": "^0.8.0", | |
"redux-form": "^6.0.5", | |
"redux-immutable": "^3.0.8", | |
"redux-logger": "^2.6.1", | |
"redux-logic": "^0.9.3", | |
"redux-thunk": "^2.1.0", | |
"rxjs": "^5.0.0-beta.12" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment