-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
36 lines (36 loc) · 1015 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": "workspace-js",
"packageManager": "[email protected]",
"private": true,
"version": "0",
"workspaces": [
"external/*",
"plugins/*",
"private/*"
],
"scripts": {
"format": "prettier -cw .",
"lint": "eslint \"**/*.{js,ts}\"",
"build": "yarn workspaces foreach -Wpt run build",
"clean": "yarn workspaces foreach -Wpt run clean"
},
"author": "LgCookie <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@cordisjs/eslint-config": "^1.1.1",
"@types/levi-lamina-lse": "workspace:^",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"dumble": "^0.2.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}