UNPKG

react-component-webpack-npm-boilerplate

Version:

standalone react component package boilerplate with front-end mocha test

44 lines (43 loc) 1.27 kB
{ "name": "react-component-webpack-npm-boilerplate", "version": "0.0.3", "description": "standalone react component package boilerplate with front-end mocha test", "main": "dist/src.bundle.js", "scripts": { "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1", "browser": "open http://localhost:8080/ && webpack-dev-server --hot --inline --content-base ./" }, "author": "Chun Yang (https://github.com/Chun-Yang)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/poetic/react-component-webpack-npm-boilerplate.git" }, "keywords": [ "react", "mocha", "npm", "webpack", "boilerplate" ], "bugs": { "url": "https://github.com/poetic/react-component-webpack-npm-boilerplate/issues" }, "homepage": "https://github.com/poetic/react-component-webpack-npm-boilerplate#readme", "peerDependencies": { "react": "^15.0.1" }, "devDependencies": { "babel-cli": "^6.7.7", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0", "jquery": "^2.2.3", "mocha": "^2.4.5", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1" } }