|
| 1 | +{ |
| 2 | + "name": "react-webpack-babel", |
| 3 | + "version": "0.0.3", |
| 4 | + "description": "React Webpack Babel Starter Kit", |
| 5 | + "main": "''", |
| 6 | + "scripts": { |
| 7 | + "build": "webpack --config webpack.production.config.js --progress --profile --colors", |
| 8 | + "start": "webpack-dev-server --progress --profile --colors", |
| 9 | + "lint": "eslint --ext js --ext jsx src || exit 0", |
| 10 | + "dev": " webpack-dashboard -- webpack-dev-server --progress --profile --colors", |
| 11 | + "test": "NODE_PATH=./src mocha --require jsdom-global/register --compilers js:babel-core/register --recursive 'src/**/*.spec.@(js|jsx)'" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/alicoding/react-webpack-babel" |
| 16 | + }, |
| 17 | + "author": "Ali Al Dallal", |
| 18 | + "license": "MIT", |
| 19 | + "homepage": "https://github.com/alicoding/react-webpack-babel#readme", |
| 20 | + "dependencies": { |
| 21 | + "node-sass": "^4.3.0", |
| 22 | + "react": "15.4.2", |
| 23 | + "react-dom": "15.4.2", |
| 24 | + "sass-loader": "^6.0.2" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "babel-core": "^6.23.1", |
| 28 | + "babel-eslint": "^7.2.3", |
| 29 | + "babel-loader": "^6.3.2", |
| 30 | + "babel-plugin-transform-class-properties": "^6.22.0", |
| 31 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 32 | + "babel-plugin-transform-es2015-destructuring": "^6.23.0", |
| 33 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 34 | + "babel-plugin-transform-runtime": "^6.22.0", |
| 35 | + "babel-preset-es2015": "6.22.0", |
| 36 | + "babel-preset-react": "^6.23.0", |
| 37 | + "babel-runtime": "^6.22.0", |
| 38 | + "chai": "^3.5.0", |
| 39 | + "css-loader": "0.26.1", |
| 40 | + "enzyme": "^2.8.2", |
| 41 | + "extract-text-webpack-plugin": "^v2.0.0-rc.1", |
| 42 | + "file-loader": "^0.10.0", |
| 43 | + "html-webpack-plugin": "^2.26.0", |
| 44 | + "jsdom": "^9.4.2", |
| 45 | + "jsdom-global": "^2.0.0", |
| 46 | + "mocha": "^3.3.0", |
| 47 | + "postcss-loader": "^1.2.2", |
| 48 | + "react-addons-test-utils": "^15.5.1", |
| 49 | + "react-hot-loader": "^3.0.0-beta.6", |
| 50 | + "sinon": "^2.1.0", |
| 51 | + "style-loader": "0.13.1", |
| 52 | + "url-loader": "0.5.7", |
| 53 | + "webpack": "^2.2.1", |
| 54 | + "webpack-cleanup-plugin": "^0.4.2", |
| 55 | + "webpack-dashboard": "^0.3.0", |
| 56 | + "webpack-dev-server": "^2.4.1" |
| 57 | + } |
| 58 | +} |
0 commit comments