forked from anish000kumar/redux-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "redux-box-taro",
"version": "1.0.11",
"description": "A redux container to scaffold a redux app as simple as possible while making perfect sense!",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test-debug": "./node_modules/.bin/node-debug ./node_modules/.bin/jest -i --watch",
"js": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anish000kumar/redux-box.git"
},
"keywords": [
"redux",
"react",
"javascript",
"react-native",
"vue"
],
"author": "Anish Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/anish000kumar/redux-box/issues"
},
"dependencies": {
"@tarojs/redux": "^0.0.46",
"immer": "^0.8.4",
"nerv-redux": "^1.2.18",
"react": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"regenerator-runtime": "^0.11.1",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^18.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^2.7.0",
"jest": "^18.1.0",
"react-addons-test-utils": "15.2.0",
"react-test-renderer": "^15.4.1",
"redux-mock-store": "^1.5.1"
},
"homepage": "https://github.com/anish000kumar/redux-box#readme"
}