-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 726 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 726 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
{
"type": "module",
"devDependencies": {
"@biomejs/biome": "*",
"@eslint/config-inspector": "*",
"@eslint/css": "*",
"@eslint/eslintrc": "*",
"@eslint/js": "*",
"@eslint/json": "*",
"@eslint/markdown": "*",
"@eslint/migrate-config": "*",
"@stylistic/eslint-plugin": "*",
"@stylistic/eslint-plugin-js": "*",
"eslint": "^9.10.0",
"eslint-plugin-css": "*",
"eslint-plugin-es-x": "*",
"eslint-plugin-jsdoc": "*",
"eslint-plugin-jsonc": "*",
"eslint-plugin-no-jquery": "*",
"eslint-plugin-regexp": "*",
"eslint-plugin-userscripts": "*",
"eslint-plugin-yml": "*",
"globals": "*"
},
"dependencies": {
"rescript": "*",
"turbo": "*"
}
}