-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.93 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "asr-portal-react",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://speech.sunbird.ai",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.2.2",
"@hotjar/browser": "^1.0.9",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.3.7",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gh-pages": "^6.3.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.562.0",
"p-retry": "^7.1.1",
"react": "^18",
"react-bootstrap": "^2.10.10",
"react-bs-datatable": "^3.15.0",
"react-dom": "^18",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.71.1",
"react-icons": "^5.5.0",
"react-loader-spinner": "^8.0.2",
"react-modal": "^3.16.3",
"react-router-dom": "^7.12.0",
"styled-components": "^6.3.8",
"sweetalert2": "^11.26.17",
"tailwind-merge": "^3.4.0",
"twin.macro": "^3.4.1",
"web-vitals": "^5.1.0",
"zod": "^4.3.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.0.0",
"postcss": "^8.5.6",
"prettier": "^3.8.0",
"tailwindcss": "^3.3.3",
"vite": "^7.3.1",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-eslint": "^1.8.1"
}
}