-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.71 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
{
"name": "subplayer",
"version": "3.0.0",
"private": true,
"dependencies": {
"@ai4bharat/indic-transliterate": "^1.2.14",
"@ffmpeg/core": "0.9.0",
"@ffmpeg/ffmpeg": "0.9.8",
"@forlagshuset/simple-fs": "^0.5.0",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"core-js": "^3.18.0",
"date-fns": "^2.28.0",
"duration-time-conversion": "^1.0.5",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"option-validator": "^2.0.6",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-contextmenu": "^2.14.0",
"react-dom": "^17.0.2",
"react-hamburger-menu": "^1.2.1",
"react-i18nify": "^4.2.1",
"react-icons": "^4.3.1",
"react-modal": "^3.15.1",
"react-notification-system": "^0.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-scroll-sync": "^0.11.0",
"react-select": "^5.4.0",
"react-tabs": "^4.1.0",
"react-textarea-autosize": "^8.3.3",
"react-toggle": "^4.1.3",
"react-transliterate": "^1.1.9",
"react-virtualized": "^9.22.3",
"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": "^5.3.1",
"wfplayer": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build && rm -rf docs"
},
"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"
]
}
}