forked from autodatadirect/redux-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.59 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
{
"name": "redux-manifest",
"version": "1.0.19",
"description": "A paginated table implementation using Redux and React",
"main": "./dist/index.js",
"repository": "https://github.com/autodatadirect/redux-manifest",
"scripts": {
"test": "mocha -w --compilers js:babel-core/register src/**/*.test.js",
"example": "cd example; webpack-dev-server",
"build": "babel ./src -d ./dist; node-sass ./src/styles.scss ./dist/styles.css",
"prepublish": "npm run build",
"dev": "babel ./src -d ./dist -w; node-sass ./src/styles.scss ./dist/styles.css",
"demo": "start-storybook -s ./dist -p 9001 -c .storybook"
},
"keywords": [
"manifest",
"react",
"redux",
"table"
],
"author": "Auto Data Direct, Inc.",
"license": "MIT",
"peerDependencies": {
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"recompose": "^0.26.0"
},
"standard": {
"env": [
"mocha"
]
},
"devDependencies": {
"@storybook/addon-knobs": "^3.3.15",
"@storybook/react": "^3.3.15",
"async": "^2.3.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-regenerator-runtime": "^6.5.0",
"babel-runtime": "^6.26.0",
"chance": "^1.0.13",
"css-loader": "^0.28.9",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"expect": "^22.1.0",
"exports-loader": "^0.6.4",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"immutable": "^3.8.1",
"lodash": "^4.17.10",
"mocha": "^5.0.0",
"node-sass": "^4.9.3",
"prop-types": "^15.5.8",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-redux": "^4.4.5",
"recompose": "^0.26.0",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.0",
"sass-loader": "^6.0.6",
"scss-loader": "0.0.1",
"standard": "^10.0.3",
"style-loader": "^0.19.1",
"webpack": "^2.3.3",
"webpack-merge": "^4.1.0"
}
}