-
Notifications
You must be signed in to change notification settings - Fork 290
/
package.json
113 lines (113 loc) · 3.46 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@vercel/ncc",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"version": "0.0.0-development",
"repository": "vercel/ncc",
"license": "MIT",
"main": "./dist/ncc/index.js",
"bin": {
"ncc": "./dist/ncc/cli.js"
},
"files": [
"dist"
],
"scripts": {
"build": "node scripts/build.js",
"build-test-binary": "cd test/binary && node-gyp rebuild && cp build/Release/hello.node ../integration/hello.node",
"test": "node --expose-gc --max_old_space_size=4096 node_modules/jest/bin/jest.js",
"test-coverage": "node --expose-gc --max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand --coverage --globals \"{\\\"coverage\\\":true}\"",
"prepublishOnly": "node scripts/build.js --no-cache"
},
"devDependencies": {
"@azure/cosmos": "^3.17.3",
"@bugsnag/js": "^7.21.0",
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"@google-cloud/bigquery": "^5.7.0",
"@google-cloud/firestore": "^6.7.0",
"@sentry/node": "^7.66.0",
"@slack/web-api": "^6.9.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"analytics-node": "^6.2.0",
"apollo-server-express": "^2.2.2",
"arg": "^5.0.2",
"auth0": "^2.14.0",
"aws-sdk": "^2.1448.0",
"axios": "^1.7.7",
"azure-storage": "^2.10.2",
"browserify-middleware": "^8.1.1",
"bytes": "^3.1.2",
"canvas": "3.0.0-rc2",
"chromeless": "^1.5.2",
"consolidate": "^0.16.0",
"copy": "^0.3.2",
"core-js": "^2.5.7",
"cowsay": "^1.3.1",
"esm": "^3.2.22",
"express": "^4.18.2",
"fetch-h2": "^3.0.2",
"firebase": "^7.24.0",
"firebase-admin": "^11.10.1",
"fluent-ffmpeg": "^2.1.2",
"fontkit": "^1.7.7",
"get-folder-size": "^2.0.0",
"glob": "^8.0.3",
"got": "^12.5.2",
"graceful-fs": "^4.2.11",
"graphql": "^15.5.1",
"hot-shots": "^8.5.0",
"ioredis": "^5.3.2",
"isomorphic-unfetch": "^4.0.2",
"jest": "^27.5.1",
"jimp": "^0.16.1",
"jugglingdb": "2.0.1",
"koa": "^2.14.2",
"leveldown": "^6.0.0",
"license-webpack-plugin": "^4.0.2",
"lighthouse": "^8.1.0",
"loopback": "^3.24.0",
"mailgun": "^0.5.0",
"mariadb": "^2.0.1-beta",
"memcached": "^2.2.2",
"memory-fs": "^0.5.0",
"mkdirp": "^1.0.4",
"mongoose": "^5.3.12",
"mysql": "^2.16.0",
"node-gyp": "^9.4.0",
"npm": "^6.13.4",
"oracledb": "^6.1.0",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"path-platform": "^0.11.15",
"pdfkit": "^0.13.0",
"pg": "^8.11.3",
"pug": "^3.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redis": "^3.1.1",
"request": "^2.88.0",
"rxjs": "^7.8.1",
"saslprep": "^1.0.2",
"sequelize": "^6.32.1",
"sharp": "^0.32.5",
"shebang-loader": "^0.0.1",
"socket.io": "^4.7.2",
"source-map-support": "^0.5.9",
"stripe": "^8.167.0",
"swig": "^1.4.2",
"terser": "^5.33.0",
"the-answer": "^1.0.0",
"tiny-json-http": "^7.5.1",
"ts-loader": "^9.4.4",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"twilio": "^3.23.2",
"typescript": "^5.2.2",
"vm2": "^3.9.19",
"vue": "^2.5.17",
"vue-server-renderer": "^2.5.17",
"web-vitals": "^0.2.4",
"webpack": "5.94.0",
"when": "^3.7.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}