-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hmr-redux-mapper",
"author": {
"name": "Paul Broman",
"company": "PureCars / Raycom Media"
},
"version": "0.9.1",
"description": "A tool to scan for redux reducer usage in UI script files so that the reducers needed by a route can be automatically loaded in HMR scenarios",
"main": "dist/project-integration.js",
"module": "dist/project-integration.js",
"scripts": {},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^10.1.3",
"command-line-usage": "^4.0.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^2.2.0",
"gulp-download": "0.0.1",
"gulp-header": "^1.2.2",
"gulp-inject": "^1.3.1",
"gulp-inline": "0.0.11",
"gulp-intercept": "^0.1.0",
"gulp-open": "^0.3.2",
"gulp-replace-task": "^0.2.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.8",
"jasmine": "^2.6.0",
"jasmine-console-reporter": "^1.2.7",
"js-beautify": "^1.6.2",
"karma": "^1.4.1",
"karma-browserify": "^4.1.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^1.0.1",
"lodash": "^4.7.0",
"phantomjs-prebuilt": "^2.1.14",
"vinyl": "^0.4.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
},
"dependencies": {
"command-line-args": "^2.1.3"
},
"keywords": [
"hmr",
"hot",
"mapper",
"module",
"redux",
"reload"
],
"license": "MIT"
}