This repository was archived by the owner on May 31, 2025. It is now read-only.
forked from redpwn/rctf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.26 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.26 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
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
{
"name": "rctf",
"version": "0.0.0",
"license": "BSD-3-Clause",
"private": true,
"type": "module",
"scripts": {
"lint": "sh -c \"tsc --noEmit ; eslint .\"",
"lint:strict": "sh -c \"tsc --noEmit -p tsconfig.strict.json ; eslint .\"",
"start": "node --enable-source-maps --unhandled-rejections=strict dist/server/index.js",
"migrate": "yarn build:ts && cross-env RCTF_DATABASE_MIGRATE=only yarn start",
"build:client": "vite build client --outDir \"$(pwd)/dist/build\" --assetsInlineLimit 0",
"build:ts": "tsc && yarn copy-static",
"build": "yarn build:ts && yarn build:client",
"watch:client": "cross-env NODE_ENV=development preact watch --src client/src --template client/index.html",
"watch:server": "nodemon --enable-source-maps dist/server/index.js | pino-pretty -c -t",
"watch:ts": "tsc -w",
"dev": "yarn build:ts && concurrently -k -t \"HH:mm:ss.SSS\" -p \"[{time}]\" -c \"cyan,green,red\" \"yarn:watch:*\"",
"test": "yarn build && nyc --skip-full ava",
"test:slim": "ava",
"test:report": "nyc --skip-full --reporter=lcov ava",
"commit": "git cz",
"copy-static": "cpy \"server/**/*\" \"!**/*.{j,t}s\" \"migrations\" dist/ --parents",
"prepare": "husky install"
},
"nodemonConfig": {
"watch": [
"dist/server",
"dist/config",
"dist/build/index.html"
],
"delay": "1000"
},
"dependencies": {
"@google-cloud/storage": "7.15.0",
"aws-sdk": "2.1692.0",
"content-disposition": "0.5.4",
"data-uri-to-buffer": "6.0.2",
"deepmerge": "4.3.1",
"dotenv": "16.4.7",
"email-validator": "2.0.4",
"fastify": "5.2.1",
"fastify-cors": "6.1.0",
"fastify-helmet": "7.1.0",
"fastify-static": "4.7.0",
"got": "14.4.5",
"hyperid": "3.3.0",
"jss-plugin-global": "10.10.0",
"mailgun-js": "0.22.0",
"mustache": "4.2.0",
"node-pg-migrate": "7.9.0",
"nodemailer": "6.10.0",
"pg": "8.13.1",
"redis": "4.7.0",
"uuid": "11.0.5",
"yaml": "2.7.0"
},
"devDependencies": {
"@types/content-disposition": "0.5.8",
"@types/mailgun-js": "0.22.18",
"@types/mustache": "4.2.5",
"@types/node": "22.13.0",
"@types/nodemailer": "6.4.17",
"@types/pg": "8.11.11",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"ava": "6.2.0",
"babel-eslint": "10.1.0",
"babel-plugin-transform-export-extensions": "6.22.0",
"cirrus-ui": "0.7.2-patch.1",
"commitizen": "4.3.1",
"concurrently": "9.1.2",
"cpy-cli": "5.0.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dlv": "1.1.3",
"eslint": "9.19.0",
"eslint-config-preact": "1.5.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-ava": "15.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-standard": "5.0.0",
"faker": "6.6.6",
"get-port": "7.1.0",
"glob": "11.0.1",
"globals": "15.14.0",
"husky": "^8.0.0",
"jss": "10.10.0",
"jss-camel-case": "6.1.0",
"jss-nested": "6.0.1",
"jss-vendor-prefixer": "8.0.1",
"lint-staged": "15.4.3",
"loader-utils": "3.3.1",
"nodemon": "3.1.9",
"nyc": "17.1.0",
"pascal-case": "4.0.0",
"pino-pretty": "13.0.0",
"pinst": "3.0.0",
"preact": "10.25.4",
"preact-markup": "2.1.1",
"preact-render-to-string": "6.5.13",
"preact-router": "4.1.2",
"purgecss-webpack-plugin": "7.0.2",
"snarkdown": "2.0.0",
"supertest": "7.0.0",
"svg-sprite-loader": "6.0.11",
"type-fest": "4.33.0",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0",
"vite": "6.1.0"
},
"description": "rctf is RedpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.",
"repository": {
"type": "git",
"url": "git+https://github.com/redpwn/rctf.git"
},
"author": "redpwn <contact@redpwn.net>",
"bugs": {
"url": "https://github.com/redpwn/rctf/issues"
},
"homepage": "https://github.com/redpwn/rctf#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}