|
19 | 19 | "react": ">=0.9"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "karma-chai": "0.0.2", |
23 |
| - "mocha": "~1.16.2", |
24 |
| - "karma-script-launcher": "~0.1.0", |
25 |
| - "karma-chrome-launcher": "~0.1.2", |
26 |
| - "karma-html2js-preprocessor": "~0.1.0", |
27 |
| - "karma-firefox-launcher": "~0.1.3", |
28 |
| - "karma-jasmine": "~0.1.5", |
29 |
| - "karma-coffee-preprocessor": "~0.1.2", |
30 |
| - "requirejs": "~2.1.9", |
31 |
| - "karma-requirejs": "~0.2.1", |
32 |
| - "karma-phantomjs-launcher": "~0.1.1", |
33 |
| - "karma": "~0.10.9", |
34 |
| - "karma-mocha": "~0.1.1", |
35 |
| - "react": "0.10.0", |
36 | 22 | "envify": "~1.2.1",
|
37 |
| - "grunt-es6-module-transpiler": "~0.6.0", |
38 | 23 | "grunt": "~0.4.2",
|
| 24 | + "grunt-amd-wrap": "^1.0.1", |
| 25 | + "grunt-browserify": "~1.3.0", |
| 26 | + "grunt-cli": "~0.1.13", |
| 27 | + "grunt-contrib-clean": "~0.5.0", |
39 | 28 | "grunt-contrib-coffee": "~0.10.1",
|
| 29 | + "grunt-contrib-copy": "~0.5.0", |
| 30 | + "grunt-contrib-requirejs": "~0.4.1", |
40 | 31 | "grunt-contrib-uglify": "~0.3.2",
|
41 |
| - "grunt-contrib-clean": "~0.5.0", |
42 |
| - "grunt-es6-module-wrap-default": "~0.2.0", |
43 | 32 | "grunt-contrib-watch": "~0.5.3",
|
44 |
| - "grunt-browserify": "~1.3.0", |
45 |
| - "grunt-cli": "~0.1.13", |
46 | 33 | "grunt-react": "~0.6.0",
|
47 |
| - "grunt-contrib-requirejs": "~0.4.1", |
48 | 34 | "grunt-shell": "~0.6.4",
|
49 |
| - "grunt-contrib-copy": "~0.5.0" |
| 35 | + "karma": "~0.10.9", |
| 36 | + "karma-chai": "0.0.2", |
| 37 | + "karma-chrome-launcher": "~0.1.2", |
| 38 | + "karma-coffee-preprocessor": "~0.1.2", |
| 39 | + "karma-firefox-launcher": "~0.1.3", |
| 40 | + "karma-html2js-preprocessor": "~0.1.0", |
| 41 | + "karma-jasmine": "~0.1.5", |
| 42 | + "karma-mocha": "~0.1.1", |
| 43 | + "karma-phantomjs-launcher": "~0.1.1", |
| 44 | + "karma-requirejs": "~0.2.1", |
| 45 | + "karma-script-launcher": "~0.1.0", |
| 46 | + "mocha": "~1.16.2", |
| 47 | + "react": "0.10.0", |
| 48 | + "requirejs": "~2.1.9" |
50 | 49 | },
|
51 | 50 | "dependencies": {
|
| 51 | + "moment": "^2.8.2", |
52 | 52 | "react-bootstrap": "^0.11.1"
|
53 | 53 | }
|
54 | 54 | }
|
0 commit comments