-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.63 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
{
"name": "Union-front-end",
"version": "1.0.0",
"description": "Union project front-end",
"homepage": ".",
"license": "MIT",
"author": "Pasindu Yeshan",
"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": "GENERATE_SOURCEMAP=false 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",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@reduxjs/toolkit": "^1.7.2",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"axios": "^0.26.0",
"chart.js": "^3.6.0",
"classnames": "^2.3.1",
"core-js": "^3.19.1",
"enzyme": "^3.11.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.2.6",
"google-map-react": "^2.1.10",
"joi": "^17.6.0",
"jwt-decode": "^3.1.2",
"leaflet": "^1.7.1",
"match-sorter": "^6.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-lazy-load-image-component": "^1.5.1",
"react-leaflet": "^3.2.5",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-spinners": "^0.11.0",
"react-table": "^7.7.0",
"react-toastify": "^8.2.0",
"react-visibility-sensor": "^5.1.1",
"redux": "4.1.2",
"simplebar-react": "^2.3.6",
"swiper": "^8.0.5"
},
"devDependencies": {
"auto-changelog": "~2.3.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.6",
"prettier": "2.5.0",
"react-scripts": "^5.0.0",
"sass": "^1.43.5",
"tailwindcss": "^3.0.22"
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}