-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://librarian.foirstein.diversitech.co.il",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.16.5",
"@mui/system": "^5.15.20",
"@mui/x-data-grid": "^7.11.0",
"axios": "^1.7.2",
"bwip-js": "^4.5.0",
"jwt-decode": "^4.0.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"node": "^20.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.24.0",
"stylis": "^4.3.2",
"stylis-plugin-rtl": "^2.1.1",
"sweetalert2": "^11.12.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@vitejs/plugin-react": "^4.2.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"vite": "^5.0.8"
}
}