-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.51 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "ASR-portal-react",
"version": "0.1.0",
"private": true,
"homepage": "https://sunbirdai.github.io/ASR-portal-staging",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.9.0",
"@hotjar/browser": "^1.0.9",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gh-pages": "^6.1.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.407.0",
"p-retry": "^6.2.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-bs-datatable": "^3.15.0",
"react-dom": "^18.3.1",
"react-fullscreen-loading": "^0.0.4",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-modal": "^3.16.1",
"react-router-dom": "^6.24.1",
"styled-components": "^6.1.11",
"sweetalert2": "^11.12.2",
"tailwind-merge": "^2.4.0",
"twin.macro": "^3.4.1",
"web-vitals": "^4.2.1",
"zod": "^3.23.8"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@eslint/js": "^9.5.0",
"autoprefixer": "^10.4.4",
"cypress": "^13.14.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.6.0",
"postcss": "^8.4.12",
"prettier": "^3.3.2",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.0.23"
}
}