forked from Seneca-CDOT/telescope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.68 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@senecacdot/telescope",
"private": true,
"version": "2.9.0",
"description": "A tool for tracking blogs in orbit around Seneca's open source involvement",
"bin": {
"html-elements": "tools/html-elements.js"
},
"publishConfig": {
"directory": "tools/eslint"
},
"scripts": {
"build": "pnpm turbo run build",
"dev": "pnpm dev --prefix src/web/app --",
"develop": "pnpm dev",
"eslint": "TIMING=1 eslint --config .eslintrc.js --ignore-path .gitignore \"./src/backend/**/*.js\" \"./test/**/*.js\"",
"eslint-fix": "eslint --config .eslintrc.js --ignore-path .gitignore \"./src/backend/**/*.js\" \"./test/**/*.js\" --fix",
"lint": "pnpm turbo run lint && pnpm eslint",
"clean": "pnpm turbo run clean && pnpm -r exec rm -rf node_modules",
"prettier": "prettier --write \"./**/*.{md,jsx,json,html,css,js,yml,ts,tsx}\"",
"prettier-check": "prettier --check \"./**/*.{md,jsx,json,html,css,js,yml,ts,tsx}\"",
"test": "pnpm jest",
"jest": "jest -c jest.config.js --",
"jest:e2e": "jest -c jest.config.e2e.js --forceExit --",
"coverage": "jest -c jest.config.js --collectCoverage --",
"jest-watch": "jest -c jest.config.js --watch --",
"jest-update": "jest -c jest.config.js --updateSnapshot --",
"jest:e2e-watch": "jest -c jest.config.e2e.js --watch --",
"start": "node src/backend",
"server": "node src/backend/web/server",
"test-ci": "run-s prettier-check test",
"pre-commit": "pretty-quick --staged",
"preversion": "node tools/collect-dependencies.js -- -o src/api/dependency-discovery/deps.txt && git add src/api/dependency-discovery/deps.txt",
"postversion": "git push upstream master --tags",
"services:start": "node bin/services-start.js --",
"services:stop": "node bin/services-stop.js",
"services:pull": "node bin/services-pull.js",
"services:logs": "node bin/services-logs.js --",
"services:clean": "node bin/services-clean.js",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"postinstall": "cd src/mobile && npm install"
},
"repository": "Seneca-CDOT/telescope",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Seneca-CDOT/telescope/issues"
},
"homepage": "https://github.com/Seneca-CDOT/telescope#readme",
"dependencies": {
"@bull-board/api": "3.10.1",
"@bull-board/express": "3.10.1",
"@elastic/elasticsearch": "7.16.0",
"@elastic/elasticsearch-mock": "0.3.1",
"@wordpress/wordcount": "2.15.2",
"babel-jest": "27.5.1",
"bull": "3.29.3",
"clean-whitespace": "0.1.2",
"connect-redis": "6.1.3",
"cors": "2.8.5",
"date-fns": "2.28.0",
"docker-compose": "0.23.17",
"dotenv": "10.0.0",
"entities": "3.0.1",
"express": "4.17.3",
"express-healthcheck": "0.1.0",
"express-session": "1.17.2",
"express-validator": "6.14.0",
"feed": "4.2.2",
"helmet": "4.6.0",
"highlight.js": "11.4.0",
"http-proxy-middleware": "2.0.4",
"ioredis": "4.28.5",
"ioredis-mock": "5.9.1",
"jsdom": "18.1.1",
"linkify-html": "3.0.5",
"linkifyjs": "3.0.5",
"node-fetch": "2.6.7",
"normalize-url": "6.1.0",
"opml-generator": "1.1.1",
"passport": "0.5.2",
"passport-saml": "3.2.1",
"pino": "7.8.0",
"pino-elasticsearch": "6.2.0",
"pino-http": "6.6.0",
"pino-pretty": "7.5.3",
"rss-parser": "3.12.0",
"sanitize-html": "2.6.1",
"set-interval-async": "2.0.3",
"stoppable": "1.1.0"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@senecacdot/eslint-config-telescope": "1.1.0",
"@types/jest": "27.4.1",
"@vercel/node": "1.13.0",
"babel-preset-next": "1.4.0",
"eslint": "7.32.0",
"fast-xml-parser": "3.21.1",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"jest-environment-node": "27.5.1",
"jest-fetch-mock": "3.0.3",
"jest-playwright-preset": "1.7.0",
"jest-runner": "27.5.1",
"nock": "13.2.4",
"npm-run-all": "4.1.5",
"playwright": "1.19.2",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"redis-commands": "1.7.0",
"run.env": "1.1.0",
"supertest": "6.1.6",
"ts-jest": "27.1.3",
"turbo": "1.1.5",
"typescript": "4.4.4"
},
"engines": {
"node": ">=14.0.0",
"pnpm": ">=6"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"json-ptr@<3.0.0": ">=3.0.0",
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"trim@<0.0.3": ">=0.0.3",
"node-forge@<1.0.0": ">=1.0.0",
"marked@<4.0.10": ">=4.0.10",
"node-fetch@<2.6.7": ">=2.6.7"
}
}
}