forked from coreui/coreui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "coreui-dvmp",
"version": "3.0.1",
"description": "CoreUI React Bootstrap 4 components",
"license": "MIT",
"author": {
"name": "Łukasz Holeczek",
"url": "http://holeczek.pl",
"github": "https://github.com/mrholek",
"twitter": "https://twitter.com/lukaszholeczek"
},
"contributors": [
{
"name": "Andrzej Kopański",
"url": "https://github.com/xidedix"
}
],
"homepage": "https://coreui.io",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css/",
"es/",
"lib/",
"umd/",
"README.md"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"lint": "eslint src"
},
"dependencies": {
"classnames": "^2.2.6",
"core-js": "^2.6.9",
"i": "^0.3.6",
"npm": "^6.14.5",
"prop-types": "^15.7.2",
"react-onclickout": "^2.0.8",
"react-perfect-scrollbar": "^1.5.3",
"reactstrap": "^8.0.1"
},
"peerDependencies": {
"@coreui/coreui": "^3.0.0-rc.3",
"@coreui/icons": "^0.3.0",
"react": "^16.10.1",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@coreui/icons": "^1.0.1",
"babel-eslint": "^10.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.19.0",
"nwb": "^0.23.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"sinon": "^5.1.1",
"webpack-dev-server": "^3.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/coreui/coreui-react.git"
},
"bugs": {
"url": "https://github.com/coreui/coreui-react/issues"
},
"keywords": [
"coreui",
"react",
"bootstrap",
"framework",
"responsive",
"layout",
"component",
"components"
]
}