-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.91 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
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "4.1.1",
"description": "CoreUI Free React Admin Template",
"homepage": ".",
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
},
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"build": "react-scripts build",
"build:n17": "react-scripts --openssl-legacy-provider build",
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.js\"",
"start": "react-scripts start",
"start:n17": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand"
},
"config": {
"coreui_library_short_version": "4.1"
},
"dependencies": {
"@coreui/chartjs": "^3.0.0",
"@coreui/coreui": "^4.1.0",
"@coreui/icons": "^2.1.0",
"@coreui/icons-react": "^2.0.0",
"@coreui/react": "^4.1.0",
"@coreui/react-chartjs": "^2.0.0",
"@coreui/utils": "^1.3.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@splinetool/react-spline": "0.0.8",
"@splinetool/runtime": "^0.9.10",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"apexcharts": "^3.33.1",
"axios": "^0.24.0",
"chart.js": "^3.7.1",
"classnames": "^2.3.1",
"core-js": "^3.19.1",
"emailjs-com": "^3.2.0",
"enzyme": "^3.11.0",
"face-api.js": "^0.16.1",
"gh-pages": "^2.0.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"node-geocoder": "^3.28.0",
"prop-types": "^15.7.2",
"qrcode": "^1.5.0",
"qrcode-reader": "^1.0.4",
"qrcode.react": "^1.0.1",
"quagga": "^0.12.1",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-app-polyfill": "^2.0.0",
"react-barcodes": "^1.2.0",
"react-chartjs-2": "^4.0.1",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-multi-select-component": "^4.2.1",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.6",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.3.0",
"react-webcam": "^1.0.4",
"redux": "4.1.2",
"simplebar-react": "^2.3.6",
"styled-components": "^5.3.3"
},
"devDependencies": {
"auto-changelog": "~2.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.5.0",
"react-scripts": "^5.0.0",
"sass": "^1.43.5"
},
"engines": {
"node": ">=10",
"npm": ">=6"
}
}