This repository was archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
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
{
"name": "rclone-drive",
"version": "0.5.1",
"files": [
".next",
"cli.js",
"screenshots"
],
"bin": {
"rclone-drive": "cli.js"
},
"scripts": {
"dev": "cross-env RD_BASE_REMOTE=local:data RD_PASSWORD=pass RD_SESSION_SECRET=local next",
"build": "rimraf .next && next build",
"start": "next start",
"type-check": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangsijie/rclone-drive.git"
},
"homepage": "https://github.com/wangsijie/rclone-drive.git",
"author": "wangsijie",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"axios": "^0.19.0",
"busboy": "^0.3.1",
"commander": "^4.0.1",
"express": "^4.17.1",
"filesize": "^6.0.1",
"mime-types": "^2.1.25",
"moment": "^2.24.0",
"next": "^9.2.2",
"next-cookies": "^2.0.2",
"rc-upload": "^2.9.2",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"readableuuid": "^0.1.0"
},
"devDependencies": {
"@types/mime-types": "^2.1.0",
"@types/node": "^12.7.8",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"@zeit/next-less": "^1.0.1",
"cross-env": "^7.0.2",
"less": "^3.11.1",
"null-loader": "^3.0.0",
"rimraf": "^3.0.0",
"typescript": "3.6.3"
}
}