-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
81 lines (81 loc) · 2.31 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"name": "scenic-demo",
"version": "0.1.22",
"description": "Scenic Demo for SwG",
"main": "index.js",
"engines": {
"node": ">=18"
},
"author": "Subscribe with Google Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/subscriptions-project/scenic-demo.git"
},
"scripts": {
"start": "env $(cat .env) node build-system/server/server-gae.js",
"start-local": "env $(cat .env) gulp",
"deploy": "git checkout main && git pull && gulp build && gcloud config set project scenic-2017 && gcloud app deploy",
"test": "gulp test",
"lint": "gulp lint",
"build": "gulp build",
"dist": "gulp dist"
},
"dependencies": {
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"ansi-colors": "4.1.3",
"babel-eslint": "10.1.0",
"babelify": "10.0.0",
"body-parser": "1.20.3",
"browserify": "17.0.1",
"cookie-parser": "1.4.6",
"del": "6.1.1",
"escope": "3.6.0",
"eslint": "7.32.0",
"eslint-ast-utils": "1.1.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"eslint-plugin-sort-requires": "2.1.0",
"eslint-plugin-swg-internal": "github:subscriptions-project/eslint-plugin-swg#main",
"express": "4.21.0",
"fancy-log": "1.3.3",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-eslint": "6.0.0",
"gulp-exec": "5.0.0",
"gulp-file": "0.4.0",
"gulp-git": "2.11.0",
"gulp-help": "chmontgomery/gulp-help#gulp4",
"gulp-if": "3.0.0",
"gulp-intercept": "0.1.0",
"gulp-load-plugins": "2.0.8",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-sequence": "1.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-watch": "5.0.1",
"gulp-webserver": "0.9.1",
"gulp-wrap": "0.15.0",
"hogan-express": "0.5.2",
"is-running": "2.1.0",
"jsonwebtoken": "8.5.1",
"lazypipe": "1.0.2",
"minimist": "1.2.8",
"node-fetch": "2.7.0",
"nodemon": "2.0.22",
"plugin-error": "1.0.1",
"prettier": "2.8.8",
"promise-pjs": "1.1.5",
"through2": "4.0.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "4.0.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
}
}