forked from neverendingqs/oauth2-client-shell-v2
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "libdrive-config",
"version": "1.2.1",
"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": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"bootstrap-vue": "^2.21.2",
"bootswatch": "^4.6.0",
"core-js": "^3.11.2",
"csprng": "^0.1.2",
"jszip": "^3.6.0",
"vue": "^2.6.12",
"vue-clipboard2": "^0.3.1"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@vue/cli-service": "^4.5.9",
"bootstrap": "^4.5.3",
"http-server": "^0.12.3",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"vue-cli-plugin-bootstrap-vue": "^0.7.0",
"vue-template-compiler": "^2.6.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libDrive/config.git"
},
"author": "Elias Benbourenane <[email protected]> (https://elias.eu.org)",
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/eliasbenb"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/libDrive/libDrive/issues"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}