UNPKG

vs-fix-sourcemaps

Version:

A Webpack plugin that fixes javascript sourcemaps in Visual Studio (2015), allowing for JSX and JS debugging directly in Visual Studio.

43 lines (42 loc) 1.22 kB
{ "name": "vsfixsourcemapstest", "version": "0.0.1", "description": "Example for vs-fix-sourcemaps", "main": "./src/app.js", "scripts": { "start": "webpack" }, "private": "true", "author": "Joe Bruno <joevbruno@me.com>", "license": "MIT", "dependencies": { "react": "15.0.1", "react-dom": "15.0.1", "react-redux": "4.4.1", "react-router": "2.0.1", "redux": "3.3.1", "redux-promise": "0.5.3", "redux-thunk": "2.0.1" }, "devDependencies": { "babel-core": "6.7.4", "babel-loader": "6.2.4", "babel-plugin-react-transform": "2.0.2", "babel-plugin-transform-class-properties": "6.9.0", "babel-plugin-transform-export-extensions": "6.8.0", "babel-plugin-transform-object-rest-spread": "6.5.0", "babel-polyfill": "6.7.4", "babel-preset-es2015": "6.5.0", "babel-preset-react": "6.5.0", "eslint": "2.7.0", "eslint-plugin-react": "4.3.0", "eventsource-polyfill": "0.9.6", "react-transform-catch-errors": "1.0.2", "react-transform-hmr": "1.0.4", "redbox-react": "1.2.3", "vs-fix-sourcemaps": "0.1.7", "webpack": "1.13.0", "webpack-dev-middleware": "1.6.1", "webpack-hot-middleware": "2.10.0" } }