forked from workerindex/gdir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "gdir",
"version": "1.0.0",
"description": "Google Drive Directory",
"scripts": {
"build": "gulp",
"dev": "gulp serve"
},
"license": "WTFPL",
"devDependencies": {
"@dollarshaveclub/cloudworker": "^0.1.2",
"gulp-webserver": "^0.9.1",
"prettier": "^2.0.5"
},
"dependencies": {
"@cloudflare/workers-types": "^1.0.9",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.1.2",
"@types/gulp": "^4.0.6",
"@types/gulp-sass": "^4.0.0",
"@types/node-sass": "^4.11.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/rmfr": "^2.0.0",
"@types/service-worker-mock": "^2.0.1",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"lodash.template": ">=4.5.0",
"node-sass": "^4.14.1",
"open": "^7.0.4",
"react-router-dom": "^5.2.0",
"rmfr": "^2.0.0",
"rollup": "^2.10.9",
"rxjs": "^7.0.0-alpha.0",
"service-worker-mock": "^2.0.3",
"ts-node": "^8.10.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
}
}