-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "gdir",
"version": "1.0.0",
"description": "Google Drive Directory",
"scripts": {
"build": "gulp",
"dev": "gulp serve",
"clean": "gulp clean"
},
"license": "WTFPL",
"devDependencies": {
"@dollarshaveclub/cloudworker": "^0.1.2",
"gulp-webserver": "^0.9.1",
"prettier": "^2.2.1"
},
"dependencies": {
"@cloudflare/workers-types": "^2.1.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-typescript": "^8.1.1",
"@types/gulp": "^4.0.8",
"@types/gulp-sass": "^4.0.0",
"@types/node-sass": "^4.11.1",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@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": "^5.0.0",
"open": "^7.4.0",
"qs": "^6.9.6",
"react-router-dom": "^5.2.0",
"rmfr": "^2.0.0",
"rollup": "^2.38.5",
"rxjs": "^7.0.0-alpha.0",
"service-worker-mock": "^2.0.3",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
}
}