generated from peter-evans/swagger-github-pages
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1.26 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
{
"name": "@solvedac/unofficial-documentation",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "concurrently npm:watch npm:serve",
"build": "node ./scripts/build.js",
"watch": "nodemon --exec pnpm build -e tsp",
"serve": "srr --port=8481 --ignore=node_modules/ --proxy=https://solved.ac/api/v3 --root=build/",
"format": "prettier -w src",
"lint:format": "prettier -c src",
"prepare": "git config core.hooksPath ./scripts/git-hooks"
},
"dependencies": {
"@typespec/best-practices": "^0.46.0-dev.0",
"@typespec/compiler": "0.54.0-dev.21",
"@typespec/http": "0.54.0-dev.7",
"@typespec/openapi": "0.54.0-dev.3",
"@typespec/openapi3": "0.54.0-dev.11",
"@typespec/prettier-plugin-typespec": "0.54.0-dev.2",
"@typespec/rest": "0.54.0-dev.2",
"@typespec/versioning": "0.54.0-dev.4",
"concurrently": "^8.2.2",
"deepmerge": "^4.3.1",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"serve-reload-replace": "^4.0.3",
"yaml": "^2.4.0",
"zx": "^7.2.3"
},
"private": true,
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@typespec/[email protected]": "patches/@[email protected]"
}
}
}