|
10 | 10 | "license": "MIT",
|
11 | 11 | "devDependencies": {
|
12 | 12 | "grunt": "^0.4.5",
|
| 13 | + "grunt-babel": "^5.0.1", |
13 | 14 | "grunt-concurrent": "^1.0.1",
|
14 | 15 | "grunt-contrib-connect": "^0.10.1",
|
15 | 16 | "grunt-contrib-watch": "^0.6.1",
|
| 17 | + "grunt-contrib-clean": "^0.6.0", |
| 18 | + "grunt-contrib-copy": "^0.8.0", |
| 19 | + "grunt-contrib-sass": "^0.9.2", |
| 20 | + "grunt-exec": "^0.4.6", |
16 | 21 | "grunt-webpack": "^1.0.8",
|
17 | 22 | "node-libs-browser": "^0.5.2",
|
18 | 23 | "nuclear-js": "^1.0.5",
|
|
34 | 39 | "babel-core": "^5.5.8",
|
35 | 40 | "babel-loader": "^5.1.4",
|
36 | 41 | "css-loader": "^0.14.5",
|
37 |
| - "grunt": "^0.4.5", |
38 |
| - "grunt-babel": "^5.0.1", |
39 |
| - "grunt-contrib-clean": "^0.6.0", |
40 |
| - "grunt-contrib-copy": "^0.8.0", |
41 |
| - "grunt-contrib-sass": "^0.9.2", |
42 |
| - "grunt-exec": "^0.4.6", |
43 | 42 | "highlight.js": "^8.6.0",
|
44 | 43 | "load-grunt-config": "^0.17.1",
|
45 | 44 | "node-sass": "^3.2.0",
|
46 | 45 | "react": "^0.13.3",
|
47 | 46 | "react-highlight": "^0.4.1",
|
| 47 | + "react-prism": "^1.4.1", |
48 | 48 | "sass-loader": "^1.0.2",
|
49 | 49 | "style-loader": "^0.12.3"
|
50 | 50 | }
|
|
0 commit comments