|
4 | 4 | "description": "A component that is resizable with handles.", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | | - "lint": "eslint lib/ test/", |
| 7 | + "lint": "eslint --ext .js,.jsx lib/ test/; flow", |
8 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
9 | 9 | "build": "bash build.sh", |
10 | 10 | "build-example": "webpack", |
11 | | - "dev": "echo 'Open http://localhost:4002/examples/1.html' && cross-env NODE_ENV=test webpack-dev-server --config webpack-dev-server.config.js --hot --progress --colors --port 4002 --content-base .", |
| 11 | + "dev": "echo 'Open http://localhost:4003/examples/1.html' && cross-env NODE_ENV=test webpack-dev-server --config webpack-dev-server.config.js --hot --progress --colors --port 4003 --content-base .", |
12 | 12 | "prepublish": "npm run build", |
13 | 13 | "validate": "npm ls" |
14 | 14 | }, |
|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/STRML/react-resizable", |
30 | 30 | "devDependencies": { |
31 | | - "babel": "^5.8.29", |
32 | | - "babel-core": "^5.8.29", |
33 | | - "babel-eslint": "^4.1.3", |
34 | | - "babel-loader": "^5.3.2", |
35 | | - "babel-plugin-typecheck": "^1.3.0", |
| 31 | + "babel-cli": "^6.5.1", |
| 32 | + "babel-core": "^6.5.1", |
| 33 | + "babel-eslint": "^4.1.8", |
| 34 | + "babel-loader": "^6.2.2", |
| 35 | + "babel-preset-es2015": "^6.5.0", |
| 36 | + "babel-preset-react": "^6.5.0", |
| 37 | + "babel-preset-stage-1": "^6.5.0", |
36 | 38 | "cross-env": "^1.0.7", |
37 | | - "css-loader": "^0.23.0", |
38 | | - "eslint": "^1.9.0", |
39 | | - "eslint-plugin-react": "^3.8.0", |
40 | | - "lodash": "^3.10.1", |
| 39 | + "css-loader": "^0.23.1", |
| 40 | + "eslint": "^1.10.3", |
| 41 | + "eslint-plugin-react": "^3.16.1", |
| 42 | + "lodash": "^4.3.0", |
41 | 43 | "pre-commit": "^1.1.2", |
42 | | - "react": "^0.14.2", |
| 44 | + "react": "^0.14.7", |
43 | 45 | "style-loader": "^0.13.0", |
44 | | - "webpack": "^1.12.6", |
45 | | - "webpack-dev-server": "^1.12.1" |
| 46 | + "webpack": "^1.12.13", |
| 47 | + "webpack-dev-server": "^1.14.1" |
46 | 48 | }, |
47 | 49 | "dependencies": { |
48 | | - "react-dom": "^0.14.2", |
| 50 | + "react-dom": "^0.14.7", |
49 | 51 | "object-assign": "^4.0.1", |
50 | | - "react-draggable": "^1.1.0" |
| 52 | + "react-draggable": "^1.2.0" |
51 | 53 | }, |
52 | 54 | "publishConfig": { |
53 | 55 | "registry": "https://registry.npmjs.org" |
|
0 commit comments