forked from coreui/coreui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.07 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
{
"name": "@coreui/react",
"version": "3.0.3",
"description": "CoreUI React Bootstrap 4 components",
"license": "MIT",
"author": {
"name": "CoreUI",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"homepage": "https://coreui.io",
"main": "lib/index.js",
"types": "src/index.d.ts",
"module": "es/index.js",
"files": [
"css/",
"es/",
"lib/",
"src/",
"tests/",
"umd/",
"README.md"
],
"scripts": {
"build": "nwb build-react-component --copy-files --no-demo",
"clean": "nwb clean-module && nwb clean-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"lint": "eslint src",
"link": "npm link && link.sh",
"changelog": "auto-changelog --starting-version 3.0.0-rc.2 --hide-credit"
},
"dependencies": {
"@coreui/icons": "2.0.0-beta.3",
"@coreui/icons-react": "^1.0.1",
"@coreui/utils": "~1.3.1",
"@popperjs/core": "~2.4.2",
"classnames": "~2.2.6",
"core-js": "~3.6.5",
"perfect-scrollbar": "~1.5.0",
"prop-types": "~15.7.2",
"react-transition-group": "~4.4.1",
"tippy.js": "~6.2.3"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "~16.13.1",
"react-router-dom": "~5.2.0"
},
"devDependencies": {
"auto-changelog": "2.1.0",
"babel-eslint": "^10.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-react": "^7.20.0",
"nwb": "^0.25.2",
"sinon": "^9.0.2"
},
"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"
]
}