-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "inventory",
"private": true,
"version": "0.0.0",
"homepage": "https://tarik350.github.io/pharmacy-inventory-react-app",
"type": "module",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "vite build",
"preview": "vite preview",
"watch:css": "tailwindcss -i src/styles/tailwind.css -o src/styles/main.css --watch"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@auth0/auth0-react": "^2.1.0",
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.2",
"@react-google-maps/api": "^2.18.1",
"@tinymce/tinymce-react": "^4.3.0",
"antd": "^5.5.1",
"chart.js": "^4.3.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.13.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-confirm-alert": "^3.0.6",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-icons": "^4.8.0",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"shx": "^0.3.4",
"tailwindcss": "^3.3.1",
"vite": "^4.2.0"
}
}