forked from diversi-tech/malka-engel-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.48 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
{
"name": "malka-engel-front",
"version": "0.1.0",
"homepage": "http://engel.diversitech.co.il/",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@builder.io/react": "^4.0.3",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"aws-sdk": "^2.1659.0",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"cookie": "^0.6.0",
"crypto-browserify": "^3.12.0",
"emailjs-com": "^3.2.0",
"express": "^4.19.2",
"html2canvas": "^1.4.1",
"https-browserify": "^1.0.0",
"i18next": "^23.11.5",
"js": "^0.1.0",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.1",
"jwt-decode": "^4.0.0",
"npx": "^10.2.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"rc-slider": "^10.6.2",
"rc-tooltip": "^6.2.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.3",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-icon": "^1.0.0",
"react-icons": "^5.2.1",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"rxjs": "^7.8.1",
"sharp": "^0.33.4",
"source": "^0.0.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^6.1.12",
"stylis": "^4.3.2",
"stylis-plugin-rtl": "^2.1.1",
"timers-browserify": "^2.0.12",
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build ",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}