This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.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
{
"name": "redux-admin",
"version": "1.7.7",
"description": "Admin React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run min-css &&npm run min-css-rtl &&npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"min-css": "uglifycss ./src/style.css --output ./src/style.min.css",
"min-css-rtl": "uglifycss ./src/style.rtl.css --output ./src/style.rtl.min.css"
},
"dependencies": {
"immer": "3.1.3",
"json2csv": "4.5.1",
"lodash": "4.17.15",
"react-dropzone": "10.1.5",
"reselect": "4.0.0",
"validate.js": "0.13.1",
"yup": "0.27.0",
"moment": "2.24.0"
},
"devDependencies": {
"antd": "3.19.5",
"formik": "1.5.7",
"net-provider": "1.3.8",
"nwb": "^0.23.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.1.0",
"redux": "4.0.1",
"redux-saga": "1.0.3",
"uglifycss": "0.0.29"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doronnahum/redux-admin.git"
},
"author": "Doron nahum",
"license": "MIT",
"bugs": {
"url": "https://github.com/doronnahum/redux-admin/issues"
},
"homepage": "https://github.com/doronnahum/redux-admin#readme",
"keywords": [
"react-component",
"react-admin",
"admin",
"redux",
"saga"
]
}