forked from libDrive/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "libdrive-web",
"version": "1.3.6",
"description": "libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@sweetalert2/theme-dark": "^5.0.0",
"axios": "^0.21.1",
"react-dplayer": "^0.4.2",
"react-router-dom": "^5.2.0",
"srt-webvtt": "^1.0.1",
"sweetalert2": "^11.0.18"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libDrive/web.git"
},
"author": "Elias Benbourenane <[email protected]> (https://eliasbenb.cf)",
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/eliasbenb"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/libDrive/libDrive/issues"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}