forked from FIRSTTeam102/scoutradioz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.07 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
{
"name": "scoutradioz",
"private": true,
"version": "1.0.0",
"config": {
"backupsS3BucketName": "scoutradioz-backups"
},
"scripts": {
"lint": "./node_modules/.bin/eslint primary/app.js",
"update": "yarn && cd scoutradioz-utilities && yarn update && yarn build && cd ../scoutradioz-helpers && yarn update && yarn build && cd ../scoutradioz-http-errors && yarn build && cd ../primary && yarn update && cd ../voyager && yarn update",
"setup": "yarn && yarn setup-packages && yarn setup-express-functions && cd voyager && yarn --ignore-platform",
"setup-express-functions": "cd primary && yarn && cd public-src && yarn && cd ../../upload && yarn && cd ../webhook && yarn",
"setup-packages": "cd scoutradioz-utilities && yarn && yarn build && cd ../scoutradioz-http-errors && yarn build && cd ../scoutradioz-helpers && yarn && yarn build",
"start": "yarn dev",
"dev": "node scripts/dev.js"
},
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/aws-serverless-express": "^3.3.5",
"@types/bcryptjs": "^2.4.2",
"@types/concat-stream": "^2.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/express-useragent": "^1.0.2",
"@types/luxon": "^2.3.2",
"@types/marked": "^4.0.3",
"@types/node": "^18.13.0",
"@types/passport": "^1.0.11",
"@types/qunit": "^2.19.3",
"@types/sanitize-html": "^2.6.2",
"@types/serve-favicon": "^2.5.3",
"@types/web-push": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-scoutradioz-eslint": "file:scoutradioz-eslint"
},
"dependencies": {
"archiver": "^5.3.0",
"aws-sdk": "^2.1066.0",
"colors": "^1.4.0",
"concat-stream": "^2.0.0",
"glob": "~7.2.0",
"less": "~4.1.2",
"less-plugin-clean-css": "^1.5.1",
"minimatch": "~3.0.5",
"nodemon": "^2.0.20",
"oh-no-i-insist": "^1.1.1",
"prettier-plugin-svelte": "^2.8.1",
"react": "^18.2.0",
"ts-node": "^10.7.0",
"typescript": "^4.9.5"
}
}