-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"type-check": "tsc --noEmit",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"format": "prettier --write ./src"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@types/react-image-crop": "^8.1.6",
"browser-image-compression": "^2.0.2",
"exifr": "^7.1.3",
"face-api.js": "^0.22.2",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-admin": "^5.5.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-image-crop": "^10.1.5",
"react-router": "^7.1.3",
"react-router-dom": "^7.1.3",
"rgbquant": "^1.1.2"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^5.3.5"
},
"name": "emu"
}