forked from envkey/envkey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.74 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.74 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
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
{
"name": "envkey-v2",
"version": "2.0.0",
"description": "EnvKey monorepo top level dependencies",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"heroku-prebuild": "./public/scripts/install_deps"
},
"keywords": [],
"author": "Envkey Inc",
"license": "MIT",
"devDependencies": {
"@svgr/webpack": "^6.1.2",
"@types/cli-progress": "^3.11.0",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.14",
"@types/marked": "^4.0.2",
"@types/memoizee": "^0.4.5",
"@types/mkdirp": "^1.0.1",
"@types/mysql2": "github:types/mysql2",
"@types/node": "^16",
"@types/node-fetch": "^2.5.7",
"@types/nodemailer": "^6.4.0",
"@types/ramda": "^0.27.32",
"@types/semver": "^7.3.4",
"@types/supertest": "^2.0.10",
"@types/terser-webpack-plugin": "^4.2.0",
"@types/uuid": "^8.3.0",
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-env": "^1.16.3",
"@types/workerpool": "^6.0.0",
"@types/ws": "^7.4.0",
"@types/yargs": "^16.0.4",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"clipboardy": "^2.3.0",
"electron": "13.2.1",
"electron-builder": "^22.14.13",
"electron-compile": "^6.4.4",
"electron-notarize": "^1.0.0",
"electron-publish": "^22.14.13",
"electron-rebuild": "^3.2.0",
"electron-updater": "^4.6.1",
"eslint": "^8.10.0",
"jest": "^26.4.2",
"jest-extended": "^0.11.5",
"jest-junit": "^12.0.0",
"supertest": "^6.1.3",
"terser-webpack-plugin": "^4.2.2",
"ts-jest": "^26.3.0",
"ts-loader": "^8.3.0",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.3.2",
"wait-for-expect": "^3.0.2",
"webpack": "^4.44.2",
"webpack-build-notifier": "^2.3.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@types/js-yaml": "^4.0.5",
"aws-sdk": "^2.934.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"enquirer": "^2.3.6",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"got": "^11.8.3",
"immer": "^9.0.7",
"knex": "^0.21.12",
"marked": "^4.0.12",
"marked-plaintext": "^0.0.2",
"memoizee": "^0.4.15",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"mysql2": "^3.12.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.16",
"ramda": "^0.27.1",
"rfc6902": "^4.0.1",
"semver": "^7.3.2",
"source-map-support": "^0.5.21",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"uuid": "^8.3.1",
"workerpool": "^6.0.3",
"ws": "^7.5.6",
"yargs": "^15.4.1",
"yargs-parser": "^20.2.7",
"zod": "^1.11.10"
},
"volta": {
"node": "16.13.2"
}
}