-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
{
"version": "1.0.0",
"description": "",
"scripts":
{
"build": "pnpm -C packages/rollup-plugins build",
"dev": "pnpm -C packages/rollup-plugins watch",
"check": "pnpm -C packages/rollup-plugins check"
},
"keywords":
[
],
"author": "NotYoojun.!",
"license": "ISC",
"dependencies":
{
"@types/node": "^20.12.5"
},
"devDependencies":
{
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/typescript-estree": "^7.2.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.1.0",
"rollup": "^4.9.5",
"@swc/core": "^1.10.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.5",
"glob": "^10.3.15",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}