-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.38 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
{
"private": true,
"scripts": {
"extract": "formatjs extract 'packages/*/src/**/*.ts*' --ignore='**/*.d.ts' --out-file lang/zho.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"prepare": "husky install",
"tms-compile": "node lang/cli.mjs compile",
"tms-translate": "node lang/cli.mjs translate"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@formatjs/cli": "^6.2.4",
"@types/eslint": "^8.44.7",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-formatjs": "^10.5.10",
"cborg": "^2.0.5",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"husky": "^8.0.3",
"json-stable-stringify": "^1.1.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"sort-package-json": "^2.6.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"xid-ts": "1.0.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
}
}