-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.52 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
{
"name": "e-certificate-uca",
"homepage": "http://e-certificate.vr4.ma/",
"version": "3.2.0",
"private": true,
"author": "abderox & kaoutar_ou",
"dependencies": {
"@date-io/jalaali": "^2.16.0",
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.10.9",
"@mui/joy": "^5.0.0-alpha.48",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/styles": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/utils": "^5.8.6",
"@mui/x-date-pickers": "^5.0.3",
"@pdftron/webviewer": "^8.9.0",
"@tabler/icons": "^1.72.0",
"@walletconnect/client": "^1.8.0",
"algorand-walletconnect-qrcode-modal": "^1.8.0",
"algosdk": "^1.22.0",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"bs58": "^5.0.0",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.16",
"macaddress": "^0.5.3",
"material-ui-popup-state": "^4.0.1",
"moment": "^2.29.4",
"os-browserify": "^0.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-pdf": "^5.7.2",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.2",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.8",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"serve": "^14.0.1",
"yup": "^0.32.11"
},
"scripts": {
"start": "set PORT=22840 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
"defaults",
"not IE 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"sass": "^1.53.0"
}
}