-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 975 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
37
38
{
"name": "lychen",
"packageManager": "[email protected]",
"type": "module",
"devDependencies": {
"@eslint/js": "9.19.0",
"@eslint/markdown": "^6.2.1",
"@eslint/plugin-kit": "^0.2.4",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3",
"@types/node": "^22.10.2",
"clsx": "^2.1.1",
"eslint": "9.19.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-unicorn": "^56.0.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-yml": "^1.16.0",
"globals": "^15.13.0",
"prettier": "^3.5.1",
"tailwindcss": "^4.0.0",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
},
"engines": {
"node": "23.8.0"
},
"workspaces": [
"projects/**/*",
"libs/**/*"
],
"dependencies": {
"eslint-plugin-tailwindcss": "^3.18.0"
}
}