-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.73 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
{
"name": "none-dux",
"description": "less verbose react handling with redux react-redux & redux-thunk like syntax",
"main": "lib/index.js",
"version": "11.5.4",
"author": "jEnbuska <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/jEnbuska/none-dux"
},
"keywords": [
"react",
"state",
"redux",
"react-redux",
"redux-thunk",
"redux-form"
],
"scripts": {
"lint-fix": "eslint --ext .jsx --ext .js . --fix",
"prepublish": "npm run build",
"build": "cross-env NODE_ENV=production BABEL_ENV=commonjs babel src --out-dir lib",
"build-dev": "webpack",
"test": "jest",
"test:watch": "npm run test -- --watch",
"update-readme": "npm publish --update-readme"
},
"dependencies": {
"babel-polyfill": "^6.23.0"
},
"peerDependencies": {
"react-redux": "^4.3.0 || ^5.0.0",
"redux": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-jest": "^20.0.3",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.5.2",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.1",
"eslint": "^3.13.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"nano-time": "^1.0.0",
"react": "^15.6.1",
"redux": "^3.7.1",
"rollup": "^0.43.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^2.6.1"
},
"false": {}
}