-
-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathpackage.json
71 lines (71 loc) · 1.65 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
{
"name": "@coreui/react",
"version": "2.0.0-rc.1",
"description": "CoreUI React Bootstrap 4 components",
"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": {
"@coreui/coreui": "^2.0.0",
"bootstrap": "^4.1.1",
"classnames": "^2.2.5",
"core-js": "^2.5.6",
"prop-types": "^15.6.1",
"flag-icon-css": "^3.0.0",
"font-awesome": "^4.7.0",
"react-perfect-scrollbar": "^1.1.1",
"react-router-dom": "^4.2.2",
"reactstrap": "^6.0.1",
"simple-line-icons": "^2.4.1"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.7.0",
"nwb": "^0.21.5",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"sinon": "^5.0.7"
},
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
"license": "MIT",
"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"
]
}