-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"name": "farmasync",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"aws-sdk": "^2.1502.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"i18n": "^0.15.1",
"openai": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.18.0",
"react-webcam": "^7.2.0"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.0"
},
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/11WALTER11/FarmaSync.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/11WALTER11/FarmaSync/issues"
},
"homepage": "https://github.com/11WALTER11/FarmaSync#readme",
"description": ""
}