|
4 | 4 | "description": "", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | | - "build": "babel src --out-dir dist", |
8 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 7 | + "build": "rm -r dist && babel src --out-dir dist", |
| 8 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 9 | + "lint": "eslint src" |
9 | 10 | }, |
10 | 11 | "repository": { |
11 | 12 | "type": "git", |
|
26 | 27 | }, |
27 | 28 | "homepage": "https://github.com/bernabe9/redux-react-session#readme", |
28 | 29 | "devDependencies": { |
29 | | - "babel-cli": "6.16.0", |
30 | | - "babel-core": "6.17.0", |
31 | | - "babel-eslint": "7.0.0", |
32 | | - "babel-loader": "6.2.5", |
| 30 | + "babel-cli": "6.18.0", |
| 31 | + "babel-core": "6.20.0", |
| 32 | + "babel-eslint": "7.1.1", |
| 33 | + "babel-loader": "6.2.10", |
33 | 34 | "babel-plugin-react-display-name": "2.0.0", |
34 | 35 | "babel-plugin-transform-react-constant-elements": "6.9.1", |
35 | | - "babel-plugin-transform-react-remove-prop-types": "0.2.10", |
| 36 | + "babel-plugin-transform-react-remove-prop-types": "0.2.11", |
36 | 37 | "babel-preset-latest": "6.16.0", |
37 | 38 | "babel-preset-react": "6.16.0", |
38 | 39 | "babel-preset-react-hmre": "1.1.1", |
39 | 40 | "babel-preset-stage-1": "6.16.0", |
40 | 41 | "babel-register": "6.16.3", |
41 | | - "react": "15.4.0", |
42 | | - "react-dom": "15.4.0", |
43 | | - "webpack": "1.13.2" |
| 42 | + "eslint": "3.15.0", |
| 43 | + "eslint-plugin-import": "2.2.0", |
| 44 | + "react": "15.4.2", |
| 45 | + "react-dom": "15.4.2", |
| 46 | + "webpack": "2.2.1" |
44 | 47 | }, |
45 | 48 | "dependencies": { |
46 | 49 | "localforage": "1.4.3", |
47 | | - "react-router": "2.8.1" |
| 50 | + "react-router": "3.0.1" |
48 | 51 | } |
49 | 52 | } |
0 commit comments