-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"private": true,
"type": "module",
"dependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-typescript": "^7.21.0",
"@octokit/graphql": "^4.8.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@svgr/core": "^6.2.1",
"@svgr/plugin-svgo": "^6.5.1",
"@types/babel__core": "^7.20.0",
"@types/mkdirp": "^2.0.0",
"@types/node": "^18.14.5",
"@types/node-fetch": "^3.0.3",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/sharp": "^0.29.5",
"@types/svgo": "^2.6.3",
"@types/text-table": "^0.2.2",
"builtin-modules": "^3.3.0",
"commander": "^8.3.0",
"fp-ts": "^2.13.1",
"io-ts": "^2.2.20",
"mkdirp": "^2.1.5",
"node-fetch": "^3.3.0",
"prettier": "^2.8.4",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-terser": "^7.0.2",
"sharp": "^0.31.3",
"text-table": "^0.2.0",
"typescript": "^5.0.4",
"yaml": "^2.2.1"
}
}