-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.69 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
{
"name": "virtual-job-board-ui",
"version": "3.0.0",
"exports": "./index.js",
"private": true,
"author": "ahmediglez",
"license": "See license in https://www.creative-tim.com/license",
"description": "Material UI version of Vision UI Dashboard by ahmediglez",
"bugs": {
"url": "https://github.com/creativetimofficial/vision-ui-dashboard-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/vision-ui-dashboard-react.git"
},
"dependencies": {
"@emotion/cache": "11.4.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.11.5",
"@mui/styled-engine": "5.1.1",
"@mui/styles": "^5.2.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/user-event": "12.1.10",
"apexcharts": "^3.30.0",
"axios": "^1.2.3",
"buffer": "^6.0.3",
"chroma-js": "2.1.2",
"crypto": "npm:crypto-browserify",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.3",
"eslint": "^7.11.0",
"https-browserify": "^1.0.0",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"npm": "^9.3.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-app-rewired": "^2.2.1",
"react-countup": "5.2.0",
"react-dom": "17.0.2",
"react-dotenv": "^0.1.3",
"react-flatpickr": "3.10.7",
"react-github-btn": "1.2.1",
"react-hash-link": "^1.0.2",
"react-icons": "^4.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "5.2.0",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.0",
"util": "^0.12.5",
"uuid": "8.3.2",
"web-vitals": "1.0.1"
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.0.0"
},
"react-dotenv": {
"whitelist": [
"API_URL"
]
},
"homepage": "/"
}