CoolFace
Apppublic

HyperCluster/Fara-BrowserUse

sourceHugging Facemitupdated 10mo agoView on Hugging Face
5likes
package.json42 linesDownload Raw Back to root
1{
2  "name": "fara-cua-front",
3  "private": true,
4  "version": "0.0.0",
5  "type": "module",
6  "scripts": {
7    "dev": "vite",
8    "build": "vite build",
9    "build:dev": "vite build --mode development",
10    "lint": "eslint src/ --config eslint.config.js",
11    "type-check": "tsc --noEmit --project tsconfig.json",
12    "preview": "vite preview"
13  },
14  "dependencies": {
15    "@emotion/react": "^11.14.0",
16    "@emotion/styled": "^11.14.1",
17    "@mui/icons-material": "^7.3.4",
18    "@mui/lab": "^7.0.1-beta.19",
19    "@mui/material": "^7.3.4",
20    "gifshot": "^0.4.5",
21    "react": "^18.3.1",
22    "react-dom": "^18.3.1",
23    "react-router-dom": "^6.30.1",
24    "ulid": "^3.0.1",
25    "zustand": "^5.0.8"
26  },
27  "devDependencies": {
28    "@eslint/js": "^9.38.0",
29    "@types/node": "^22.16.5",
30    "@types/react": "^18.3.23",
31    "@types/react-dom": "^18.3.7",
32    "@vitejs/plugin-react-swc": "^3.11.0",
33    "autoprefixer": "^10.4.21",
34    "eslint": "^9.32.0",
35    "eslint-plugin-react-hooks": "^5.2.0",
36    "eslint-plugin-react-refresh": "^0.4.20",
37    "globals": "^15.15.0",
38    "typescript-eslint": "^8.38.0",
39    "vite": "^5.4.19"
40  }
41}
42