-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"workspaces": [
"packages/app",
"packages/extension-api",
"packages/intwc",
"packages/item-assets",
"packages/item-system",
"packages/localization",
"packages/monaco-typescript-contrib",
"packages/monaco-editor-contrib",
"packages/runtime-wasm/pkg",
"packages/workex"
],
"devDependencies": {
"@eslint/js": "^9.17.0",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
},
"prettier": {
"tabWidth": 4,
"endOfLine": "auto"
}
}