-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.74 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.74 KB
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
{
"name": "objectum-react",
"version": "1.3.45",
"description": "objectum-react React components",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd",
"src"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"nwb": "^0.25.2",
"objectum-client": "^1.3.15",
"objectum-proxy": "^1.2.18",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"author": "Dmitriy Samortsev",
"homepage": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/objectum/objectum-react.git"
},
"keywords": [
"react-component"
],
"dependencies": {
"@szhsin/react-menu": "^2.0.0",
"file-saver": "^2.0.2",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.defaults": "^4.2.0",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"lodash.isnumber": "^3.0.3",
"lodash.isobject": "^3.0.2",
"lodash.keys": "^4.2.0",
"lodash.map": "^4.6.0",
"lodash.set": "^4.3.2",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"lodash.values": "^4.3.0",
"react-device-detect": "^1.13.1",
"react-dropzone": "^10.2.2",
"react-image-crop": "^8.6.2",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-sidebar": "^3.0.2"
}
}