-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 908 Bytes
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
{
"private": true,
"type": "module",
"dependencies": {
"@babel/core": "^8.0.1",
"@babel/preset-typescript": "^8.0.1",
"@changesets/cli": "^2.31.0",
"@changesets/get-github-info": "^0.8.0",
"@octokit/graphql": "^9.0.3",
"@rollup/plugin-babel": "^7.1.0",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/text-table": "^0.2.5",
"builtin-modules": "^5.3.0",
"commander": "^15.0.0",
"fp-ts": "^2.16.11",
"io-ts": "^2.2.22",
"mkdirp": "^3.0.1",
"rollup": "^4.62.2",
"sharp": "^0.35.3",
"text-table": "^0.2.0",
"typescript": "^6.0.3",
"yaml": "^2.9.0"
}
}