-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.86 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@coreui/coreui-pro-react-admin-template",
"version": "3.0.0",
"description": "CoreUI Pro React Admin Template",
"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": ".",
"copyright": "Copyright 2017-2020 creativeLabs Łukasz Holeczek",
"license": "https://coreui.io/pro/license/",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:coreui/coreui-pro-react-admin-template.git"
},
"dependencies": {
"@coreui/chartjs": "^2.0.0",
"@coreui/coreui-pro": "^3.2.0",
"@coreui/icons": "2.0.0-beta.4",
"@coreui/icons-react": "^1.0.1",
"@coreui/react": "^3.0.1",
"@coreui/react-chartjs": "^1.0.0",
"@coreui/utils": "^1.3.1",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"codemirror": "^5.54.0",
"core-js": "^3.6.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"file-saver": "^2.0.5",
"formik": "^2.1.4",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-big-calendar": "^0.25.0",
"react-codemirror2": "^7.2.0",
"react-dates": "^21.8.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.2",
"react-google-maps": "9.4.5",
"react-grid-layout": "^0.18.3",
"react-quill": "^1.3.5",
"react-redux": "7.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-text-mask-hoc": "^0.11.0",
"redux": "4.0.5",
"save-file": "^2.3.1",
"spinkit": "2.0.1",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"mutationobserver-shim": "^0.3.5",
"prettier": "^2.2.0",
"react-scripts": "^3.4.1"
},
"scripts": {
"start": "PORT=1234 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",
"zip": "git archive -o coreui-pro-react-admin-template-v$npm_package_version.zip -9 HEAD"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/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.16",
"npm": ">=6"
}
}