-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 938 Bytes
/
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
{
"name": "lychen",
"packageManager": "[email protected]",
"type": "module",
"devDependencies": {
"@eslint/js": "9.16.0",
"@eslint/markdown": "^6.2.1",
"@eslint/plugin-kit": "^0.2.4",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.2",
"clsx": "^2.1.1",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-yml": "^1.16.0",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"engines": {
"node": "20.8.0"
},
"workspaces": [
"projects/**/*",
"libs/**/*"
]
}