-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
92 lines (92 loc) · 2.91 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
{
"name": "isaacscript-monorepo",
"private": true,
"description": "The monorepo for IsaacScript.",
"homepage": "https://isaacscript.github.io/",
"bugs": {
"url": "https://github.com/IsaacScript/isaacscript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacScript/isaacscript.git"
},
"license": "GPL-3.0",
"author": "Zamiell",
"type": "module",
"scripts": {
"postinstall": "tsx ./packages/eslint-plugin-isaacscript/scripts/build.ts",
"lint": "tsx ./scripts/lint.ts",
"lint-all": "tsx ./scripts/lintAll.ts",
"package-json-lint": "tsx ./scripts/packageJSONLint.ts",
"publish": "tsx ./scripts/publish.ts",
"update": "tsx ./scripts/update.ts"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@commander-js/extra-typings": "^12.1.0",
"@docusaurus/core": "^3.6.3",
"@docusaurus/eslint-plugin": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"@eslint/eslintrc": "^3.2.0",
"@mdx-js/react": "^3.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@tsconfig/node-lts": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/figlet": "^1.7.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^22.10.1",
"@types/prompt": "^1.1.9",
"@types/source-map-support": "^0.5.10",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/rule-tester": "^8.17.0",
"@typescript-eslint/type-utils": "^8.17.0",
"@typescript-eslint/utils": "^8.17.0",
"@zamiell/sync-directory": "^6.0.5",
"@zamiell/typedoc-plugin-not-exported": "^0.3.0",
"ajv": "^8.17.1",
"chalk": "^5.3.0",
"clsx": "^2.1.1",
"commander": "^12.1.0",
"complete-common": "^1.0.1",
"complete-lint": "^1.12.0",
"complete-node": "^1.7.4",
"docusaurus-theme-search-typesense": "^0.22.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-sort-exports": "^0.9.1",
"figlet": "^1.8.0",
"glob": "^11.0.0",
"isaac-typescript-definitions": "^42.2.0",
"jest": "^29.7.0",
"jsonc-parser": "^3.3.1",
"klaw-sync": "^6.0.0",
"lua-types": "^2.13.1",
"moment": "^2.30.1",
"prettier": "^3.4.2",
"prism-react-renderer": "^2.4.0",
"prompt": "^1.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"ts-json-schema-generator": "^2.3.0",
"ts-prune-2": "^0.10.7",
"typedoc": "^0.27.3",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-rename": "^1.1.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-to-lua": "^1.28.1",
"xml2js": "^0.6.2",
"yaml": "^2.6.1"
},
"devDependencies": {
"eslint": "^9.16.0"
}
}