-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.02 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
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ai4bharat/indic-transliterate": "^1.3.8",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"@mui/styles": "^5.8.0",
"@mui/x-date-pickers": "^5.0.9",
"@react-oauth/google": "^0.11.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"audio-react-recorder": "^1.0.4",
"axios": "^1.1.3",
"duration-time-conversion": "^1.0.6",
"gapi-script": "^1.2.0",
"indic-transliterate": "file:react-transliterate-chitralekha-ver-2.3.5.tgz",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mui-datatables": "^4.2.2",
"react": "^18.2.0",
"react-audio-voice-recorder": "^2.1.2",
"react-contextmenu": "^2.14.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-joyride": "^2.5.3",
"react-material-ui-carousel": "^3.4.2",
"react-mui-dropzone": "^4.0.7",
"react-paginate": "^8.1.4",
"react-player": "^2.16.0",
"react-redux": "^8.0.2",
"react-resizable-panels": "^2.0.19",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"react-textarea-autosize": "^8.4.0",
"recharts": "^2.12.0",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"styled-components": "^6.1.11",
"web-vitals": "^2.1.4",
"wfplayer": "^2.2.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}