|
1 | 1 | {
|
2 | 2 | "name": "react-summernote",
|
3 |
| - "version": "1.0.4", |
| 3 | + "version": "1.0.5", |
4 | 4 | "description": "Summernote (Super simple WYSIWYG editor) adaptation for react",
|
5 | 5 | "main": "./dist/react-summernote.js",
|
6 | 6 | "repository": {
|
7 | 7 | "type": "git",
|
8 | 8 | "url": "https://github.com/Vnkitaev/react-summernote.git"
|
9 | 9 | },
|
10 | 10 | "scripts": {
|
11 |
| - "compile": "webpack --config ./webpack.config.js" |
| 11 | + "build": "webpack --config ./webpack.config.js" |
12 | 12 | },
|
13 | 13 | "keywords": [
|
14 | 14 | "summernote",
|
|
39 | 39 | "react-dom": "*"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "webpack": "1.13.3", |
43 |
| - "babel-core": "6.18.2", |
44 |
| - "babel-loader": "6.2.7", |
| 42 | + "webpack": "1.14.0", |
| 43 | + "babel-core": "6.20.0", |
| 44 | + "babel-loader": "6.2.10", |
45 | 45 | "babel-preset-es2015": "6.18.0",
|
46 | 46 | "babel-preset-react": "6.16.0",
|
47 | 47 | "url-loader": "0.5.7",
|
48 | 48 | "file-loader": "0.9.0",
|
49 | 49 | "style-loader": "0.13.1",
|
50 |
| - "css-loader": "0.25.0", |
| 50 | + "css-loader": "0.26.1", |
51 | 51 | "extract-text-webpack-plugin": "1.0.1",
|
52 |
| - "copy-webpack-plugin": "4.0.0", |
53 |
| - "eslint": "3.10.0", |
| 52 | + "copy-webpack-plugin": "4.0.1", |
| 53 | + "eslint": "3.12.2", |
54 | 54 | "eslint-config-airbnb": "13.0.0",
|
55 |
| - "eslint-plugin-react": "6.6.0", |
| 55 | + "eslint-plugin-react": "6.8.0", |
56 | 56 | "eslint-plugin-import": "2.2.0",
|
57 | 57 | "eslint-plugin-jsx-a11y": "2.2.3"
|
58 | 58 | }
|
|
0 commit comments