-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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",
"scripts": {
"l10n:extract": "lingui extract",
"l10n:compile": "lingui compile",
"l10n:upload": "crowdin upload sources",
"l10n:download": "crowdin download",
"l10n:update-locales": "ts-node scripts/update-locales.ts"
},
"devDependencies": {
"@crowdin/cli": "^4.6.1",
"@eslint/js": "^9.14.0",
"@lingui/cli": "^5.2.0",
"@lingui/swc-plugin": "^5.4.0",
"@lingui/vite-plugin": "^5.2.0",
"@nx/devkit": "20.4.6",
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/js": "20.4.6",
"@nx/playwright": "20.4.6",
"@nx/vite": "20.4.6",
"@nx/web": "20.4.6",
"@playwright/test": "^1.36.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitest/ui": "^2.1.9",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"nx": "20.4.6",
"prettier": "^3.3.3",
"ts-node": "10.9.1",
"typescript": "5.7.3",
"typescript-eslint": "8.19.0",
"vite": "^5.0.8",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.1.9"
},
"dependencies": {
"@lingui/core": "^5.2.0",
"@lingui/macro": "^5.2.0",
"@lingui/react": "^5.2.0"
},
"volta": {
"node": "22.14.0"
}
}