-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
160 lines (160 loc) · 5.36 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "react-redux-boilerout",
"version": "0.0.5",
"description": "Boilerplate Eliminator for React apps Using Redux",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"files": [
"dist",
"lib",
"es",
"src"
],
"scripts": {
"clean": "rimraf lib dist es coverage",
"lint": "eslint --fix src test",
"test": "cross-env BABEL_ENV=test jest",
"test:watch": "npm test -- --watch",
"test:cov": "npm test -- --coverage",
"check:src": "npm run lint && npm run test:cov",
"cov:open": "[ -d ./coverage ] || npm run test:cov && opn ./coverage/lcov-report/index.html",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
"build:test": "cross-env BABEL_ENV=commonjs babel test --out-dir lib-test",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/react-redux-boilerout.js",
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -i src/index.js -o dist/react-redux-boilerout.min.js",
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
"es3:syntax": "check-es3-syntax lib/ dist/ --kill --print",
"es3:patch": "check-es3-syntax lib/ dist/ --kill --patch",
"prepublish": "npm run clean && npm run lint && npm test && npm run build && npm run es3:syntax"
},
"repository": {
"type": "git",
"url": "git@github.com:ulisesbocchio/react-redux-boilerout.git"
},
"keywords": [
"redux",
"reducer",
"state",
"predictable",
"functional",
"immutable",
"hot",
"live",
"replay",
"flux",
"elm",
"boilerplate",
"react",
"reactjs"
],
"authors": [
"Uli Bocchio <ubocchio@me.com> (https://github.com/ulisesbocchio)",
"Heber Jairo Lopez Zalba <heberlopez@gmail.com> (https://github.com/HeberLZ)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ulisesbocchio/react-redux-boilerout/issues"
},
"homepage": "https://github.com/ulisesbocchio/react-redux-boilerout",
"peerDependencies": {
"react-redux": "^4.0.0 || ^5.0.0",
"redux": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"reselect": "3.0.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-jest": "21.2.0",
"babel-plugin-check-es2015-constants": "6.22.0",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
"babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
"babel-plugin-transform-es2015-block-scoping": "6.26.0",
"babel-plugin-transform-es2015-classes": "6.24.1",
"babel-plugin-transform-es2015-computed-properties": "6.24.1",
"babel-plugin-transform-es2015-destructuring": "6.23.0",
"babel-plugin-transform-es2015-for-of": "6.23.0",
"babel-plugin-transform-es2015-function-name": "6.24.1",
"babel-plugin-transform-es2015-literals": "6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-es2015-object-super": "6.24.1",
"babel-plugin-transform-es2015-parameters": "6.24.1",
"babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
"babel-plugin-transform-es2015-spread": "6.22.0",
"babel-plugin-transform-es2015-sticky-regex": "6.24.1",
"babel-plugin-transform-es2015-template-literals": "6.22.0",
"babel-plugin-transform-es2015-unicode-regex": "6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2015-rollup": "3.0.0",
"babel-register": "6.26.0",
"check-es3-syntax-cli": "0.2.1",
"cross-env": "5.1.1",
"enzyme": "3.1.0",
"enzyme-adapter-react-16": "1.0.2",
"eslint": "4.10.0",
"eslint-config-prettier": "2.6.0",
"eslint-config-react-app": "2.0.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-react": "7.4.0",
"gitbook-cli": "2.3.2",
"glob": "7.1.2",
"jest": "21.2.1",
"jest-cli": "21.2.1",
"opn-cli": "3.1.0",
"prettier": "1.7.4",
"raf": "3.4.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-redux": "5.0.6",
"react-test-renderer": "16.0.0",
"redux": "3.7.2",
"rimraf": "2.6.2",
"rollup": "0.50.0",
"rollup-plugin-babel": "3.0.2",
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-uglify": "2.0.1",
"rxjs": "5.5.2",
"source-map-support": "0.5.0"
},
"npmName": "react-redux-boilerout",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"browserify": {
"transform": [
"loose-envify"
]
},
"jest": {
"testRegex": "(/test/.*\\.spec.js)$",
"coverageReporters": [
"lcov",
"text"
],
"setupFiles": [
"raf/polyfill"
]
}
}