-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.39 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
{
"name": "internal-library-reference-stats",
"version": "0.0.0",
"private": true,
"description": "Ant Designから提供されているモジュールの参照箇所を自動解析して掲載しています。",
"license": "MIT",
"author": "Yuhei Yasuda <yuhei.yasuda1003@gmail.com> (https://yuheiy.com/)",
"type": "module",
"scripts": {
"prebuild": "git submodule update --remote && npm install antd@latest",
"build": "node scripts/index.ts",
"format": "prettier . --write",
"typecheck": "tsc --noEmit",
"prepare": "git submodule update --init --recursive"
},
"dependencies": {
"@yuheiy/import-scanner": "^0.0.5",
"antd": "^5.27.0",
"find-up-simple": "^1.0.1",
"gitconfiglocal": "^2.1.0",
"github-slugger": "^2.0.0",
"p-map": "^7.0.3",
"p-memoize": "^8.0.0",
"package-directory": "^8.1.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"read-package-up": "^11.0.0",
"tiny-invariant": "^1.3.3",
"typescript": "~5.9.2",
"yaml": "^2.8.1"
},
"devDependencies": {
"@tsconfig/node-ts": "^23.6.1",
"@tsconfig/node22": "^22.0.2",
"@tsconfig/strictest": "^2.0.5",
"@types/gitconfiglocal": "^2.0.3",
"@types/node": "^22.17.2"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "^22.18.0",
"onFail": "download"
}
},
"packageManager": "npm@10.9.3"
}