-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.16 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.16 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@coreui/coreui-pro-react-admin-template-starter",
"version": "2.6.0",
"description": "CoreUI Pro React Admin Template Starter",
"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": ".",
"copyright": "Copyright 2017-2019 creativeLabs Łukasz Holeczek",
"license": "https://coreui.io/pro/license/",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:coreui/coreui-pro-react-admin-template-starter.git"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.3",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/coreui-pro": "^2.1.16",
"@coreui/icons": "0.3.0",
"@coreui/react": "^2.5.4",
"@lourenci/react-kanban": "^0.16.1",
"@progress/kendo-react-conversational-ui": "^3.10.1",
"amazon-connect-streams": "git+https://github.com/aws/amazon-connect-streams.git",
"axios": "^1.12.2",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"codemirror": "^5.51.0",
"core-js": "^3.6.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eventbrite": "^1.2.2",
"flag-icon-css": "^3.4.5",
"font-awesome": "^4.7.0",
"formik": "^1.5.1",
"node-sass": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-big-calendar": "^0.21.0",
"react-bootstrap-table": "4.3.1",
"react-chartjs-2": "^2.9.0",
"react-codemirror2": "^6.0.0",
"react-dates": "^20.2.3",
"react-dom": "^16.12.0",
"react-google-maps": "9.4.5",
"react-grid-layout": "^0.16.6",
"react-inline-editing": "^1.0.10",
"react-ladda": "6.0.0",
"react-quill": "1.3.3",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-select": "^1.3.0",
"react-test-renderer": "^16.12.0",
"react-text-mask-hoc": "^0.11.0",
"react-toastify": "^5.5.0",
"reactstrap": "^8.4.1",
"simple-line-icons": "^2.4.1",
"spinkit": "1.2.5",
"stellar-sdk": "^13.3.0",
"styled-components": "^5.0.0",
"twilio-chat": "^3.3.4",
"yup": "^0.27.0"
},
"devDependencies": {
"mutationobserver-shim": "^0.3.3",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject"
},
"bugs": {
"url": "https://github.com/coreui/coreui-pro-react-admin-template-starter/issues"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"engines": {
"node": ">=8.10",
"npm": ">=6"
}
}