-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 979 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
{
"name": "@ethnolib/source",
"workspaces": [
"components/language-chooser/common/*",
"components/language-chooser/react/common/*",
"components/language-chooser/react/*"
],
"version": "0.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@nx/js": "19.8.0",
"@nx/vite": "19.8.3",
"@nx/web": "19.8.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/eslint__js": "^8.42.3",
"@vitest/ui": "^2.1.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"nx": "^19.1.2",
"prettier": "^3.3.3",
"ts-node": "10.9.1",
"typescript": "~5.5.2",
"typescript-eslint": "^8.13.0",
"vite": "^5.0.8",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.1.1"
}
}