forked from pastelsky/tsdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.22 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
{
"name": "tsdocs.dev",
"private": true,
"scripts": {
"dev": "run-p --print-label 'shared:watch' 'next:watch'",
"next:watch": "NODE_ENV=development ts-node server.ts",
"shared:watch": "vite build --watch",
"build": "NODE_ENV=production next build && NODE_ENV=production vite build --mode production",
"start": "NODE_ENV=production ts-node server.ts",
"start:production": "pm2 start process.yml",
"prepare": "husky install"
},
"dependencies": {
"@bull-board/api": "^5.10.2",
"@bull-board/fastify": "^5.10.2",
"@definitelytyped/header-parser": "^0.0.178",
"@fastify/static": "^6.12.0",
"@monaco-editor/react": "^4.6.0",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
"@tanstack/react-query": "^4.36.1",
"@types/semver": "^7.5.6",
"@vitejs/plugin-react": "^4.2.1",
"animejs": "^3.2.2",
"axios": "^1.6.2",
"bullmq": "patch:bullmq@npm%3A4.15.4#~/.yarn/patches/bullmq-npm-4.15.4-b55917dd70.patch",
"chalk": "^4.1.2",
"check-disk-space": "^3.4.0",
"classnames": "^2.3.2",
"debounce": "^1.2.1",
"dotenv": "^16.3.1",
"downshift": "^8.2.3",
"enhanced-resolve": "^5.15.0",
"esbuild-register": "^3.5.0",
"fast-folder-size": "^2.2.0",
"fastify": "^4.25.1",
"fs-extra": "^11.2.0",
"heapdump": "^0.3.15",
"lru-cache": "^10.1.0",
"minimatch": "^9.0.3",
"monaco-editor": "^0.44.0",
"mongodb": "6.2",
"next": "14.0.3",
"node-html-parser": "^6.1.11",
"npm-run-all": "^4.1.5",
"open-props": "^1.6.12",
"pacote": "^17.0.5",
"pino-pretty": "^9.4.1",
"pkg-dir": "5.0.0",
"pm2": "^5.3.0",
"prettier": "^3.1.1",
"pretty-bytes": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^3.4.7",
"read-pkg-up": "7.0.1",
"regenerator-runtime": "^0.14.0",
"resolve-from": "^5.0.0",
"resolve-pkg": "^2.0.0",
"rimraf": "^3.0.2",
"sanitize": "^2.1.2",
"sanitize-filename": "^1.6.3",
"sanitize.css": "^13.0.0",
"sass": "^1.69.5",
"semver": "^7.5.4",
"sharp": "^0.33.0",
"shortid": "^2.2.16",
"stacktrace-parser": "^0.1.10",
"tempy": "2.0.0",
"ts-morph": "^16.0.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typedoc": "^0.25.4",
"typedoc-plugin-mdn-links": "^3.1.7",
"typedoc-plugin-missing-exports": "^2.1.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"vite": "^5.0.10",
"vite-plugin-externalize-dependencies": "^0.11.0",
"webpack": "^5.89.0",
"winston": "^3.11.0",
"winston-console-format": "^1.0.8"
},
"devDependencies": {
"@fastify/basic-auth": "^5.1.1",
"@types/animejs": "^3.1.12",
"@types/fs-extra": "^11.0.4",
"@types/heapdump": "^0",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/regenerator-runtime": "^0.13.5",
"fast-glob": "^3.3.2",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"node-dev": "^8.0.0",
"nodemon": "^3.0.1",
"trace": "^3.1.1",
"typescript": "5.3.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"packageManager": "[email protected]",
"resolutions": {
"typedoc@^0.25.3": "patch:typedoc@npm%3A0.25.3#./.yarn/patches/typedoc-npm-0.25.3-11902e45cc.patch"
}
}