|
10 | 10 | ], |
11 | 11 | "scripts": { |
12 | 12 | "start":"babel src/lib -d lib --watch", |
13 | | -"prebuild":"rimrafbuild", |
| 13 | +"prebuild":"rimraflib", |
14 | 14 | "build":"babel src/lib -d lib --ignore __tests__,__mocks__", |
15 | 15 | "predoc":"rimraf doc", |
16 | 16 | "doc":"esdoc -c ./esdoc.json", |
|
33 | 33 | "monitor" |
34 | 34 | ], |
35 | 35 | "dependencies": { |
| 36 | +"babel-runtime":"^6.18.0", |
36 | 37 | "chai":"^3.5.0", |
37 | 38 | "localsync":"^1.1.8", |
38 | 39 | "redux":"^3.5.2", |
|
42 | 43 | "redux-mux":"*" |
43 | 44 | }, |
44 | 45 | "devDependencies": { |
45 | | -"babel-cli":"latest", |
46 | | -"babel-plugin-transform-runtime":"latest", |
47 | | -"babel-preset-latest":"latest", |
48 | | -"babel-preset-stage-2":"latest", |
| 46 | +"babel-cli":"^6.18.0", |
| 47 | +"babel-plugin-transform-runtime":"^6.15.0", |
| 48 | +"babel-preset-latest":"^6.16.0", |
| 49 | +"babel-preset-stage-2":"^6.18.0", |
49 | 50 | "esdoc":"^0.4.6", |
50 | 51 | "esdoc-es7-plugin":"0.0.3", |
51 | | -"jest":"latest", |
52 | | -"rimraf":"latest" |
| 52 | +"jest":"^16.0.2", |
| 53 | +"rimraf":"^2.5.4" |
53 | 54 | }, |
54 | 55 | "author":"Cole Chamberlain <cole.chamberlain@gmail.com> (https://github.com/cchamberlain)", |
55 | 56 | "license":"MIT", |
|