This repository has been archived by the owner on May 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
54
55
56
57
58
59
60
61
{
"name": "rock-checkin-chrome",
"version": "1.2.5",
"description": "A Chrome Kiosk app for Rock RMS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"version": "gulp sync_manifest_version && git add ./public/manifest.json",
"watch": "gulp watch"
},
"keywords": [
"Rock",
"RMS",
"Church",
"Check-in",
"Chrome",
"App"
],
"homepage": "https://github.com/NewPointe/Rock-Checkin-Chrome#readme",
"bugs": {
"url": "https://github.com/NewPointe/Rock-Checkin-Chrome/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/NewPointe/Rock-Checkin-Chrome.git"
},
"author": "Tyler Schrock <[email protected]>",
"license": "MPL-2.0",
"devDependencies": {
"@types/chrome": "0.0.91",
"@types/gulp": "^4.0.6",
"@types/gulp-sass": "^4.0.0",
"@types/gulp-sourcemaps": "0.0.32",
"@types/gulp-zip": "^4.0.1",
"@types/node": "^13.1.6",
"@types/webpack": "^4.41.2",
"@types/webpack-stream": "^3.2.10",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"bootstrap": "^4.4.1",
"del": "^5.1.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-zip": "^5.0.0",
"idb-keyval": "^3.2.0",
"jsonc-parser": "^2.2.0",
"node-sass": "^4.13.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.4",
"vinyl-named": "^1.1.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"comlink": "^4.2.0"
}
}