|
7 | 7 | "start": "cd examples && node server.js",
|
8 | 8 | "watch": "cd examples && webpack --watch",
|
9 | 9 | "build": "cd examples && webpack -p",
|
10 |
| - "compile": "babel --stage 0 -d lib/ src/", |
| 10 | + "compile": "babel -d lib/ src/", |
11 | 11 | "prepublish": "npm run compile"
|
12 | 12 | },
|
13 | 13 | "repository": {
|
|
29 | 29 | "select2": "^4.0.0"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "babel": "^5.8.29", |
33 |
| - "babel-core": "^5.8.29", |
34 |
| - "babel-eslint": "^4.1.1", |
35 |
| - "babel-loader": "^5.3.2", |
36 |
| - "css-loader": "^0.15.4", |
37 |
| - "eslint": "^1.0.0", |
38 |
| - "eslint-config-airbnb": "^0.0.8", |
39 |
| - "eslint-plugin-react": "^3.2.0", |
40 |
| - "extract-text-webpack-plugin": "^0.7.1", |
| 32 | + "babel": "^6.3.26", |
| 33 | + "babel-core": "^6.4.5", |
| 34 | + "babel-cli": "^6.4.5", |
| 35 | + "babel-eslint": "^4.1.6", |
| 36 | + "babel-loader": "^6.2.1", |
| 37 | + "babel-plugin-add-module-exports": "^0.1.2", |
| 38 | + "babel-preset-es2015": "^6.3.13", |
| 39 | + "babel-preset-react": "^6.3.13", |
| 40 | + "babel-preset-stage-0": "^6.3.13", |
| 41 | + "css-loader": "^0.23.1", |
| 42 | + "eslint": "^1.10.3", |
| 43 | + "eslint-config-airbnb": "^4.0.0", |
| 44 | + "eslint-plugin-react": "^3.16.1", |
| 45 | + "extract-text-webpack-plugin": "^1.0.1", |
41 | 46 | "react-hot-loader": "^1.3.0",
|
42 |
| - "style-loader": "^0.12.3", |
43 |
| - "webpack": "^1.10.5", |
44 |
| - "webpack-dev-server": "^1.10.1" |
| 47 | + "style-loader": "^0.13.0", |
| 48 | + "webpack": "^1.12.11", |
| 49 | + "webpack-dev-server": "^1.14.1" |
45 | 50 | },
|
46 | 51 | "author": "Igor Romanov <[email protected]>",
|
47 | 52 | "license": "MIT",
|
|
0 commit comments