-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "bmc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@mui/icons-material": "5.0.5",
"@mui/material": "5.0.6",
"@types/react-input-mask": "^3.0.2",
"@types/react-router-dom": "^5.3.3",
"@types/react-swipeable-views": "^0.13.1",
"@types/redux": "3.6.0",
"axios": "0.21.4",
"input-currency-react": "^1.0.1",
"moment-timezone": "^0.5.43",
"primereact": "^9.3.1",
"prop-types": "^15.8.1",
"react": "^17",
"react-alice-carousel": "^2.7.1",
"react-currency-input-field": "^3.6.10",
"react-currency-masked-input": "^2.5.0",
"react-dom": "^17",
"react-input-mask": "^2.0.4",
"react-number-format": "^5.1.4",
"react-redux": "7.2.5",
"react-router-dom": "6",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-text-mask": "^5.5.0",
"react-toastify": "8.0.3",
"react-use-localstorage": "3.5.3",
"text-mask-addons": "^3.8.0"
},
"devDependencies": {
"@types/react": "^17",
"@types/react-dom": "^17",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"packageManager": "[email protected]"
}