-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
{
"name": "@bicstone/ra-language-japanese",
"description": "Japanese messages for react-admin",
"version": "5.3.0",
"author": "Oishi Takanori",
"bugs": {
"url": "https://github.com/bicstone/ra-language-japanese/issues"
},
"peerDependencies": {
"ra-core": ">=4.0.0-alpha.2"
},
"dependencies": {
"ra-core": ">=4.0.0-alpha.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"all-contributors-cli": "6.26.1",
"prettier": "3.4.2",
"typescript": "5.7.3"
},
"files": ["LICENSE", "*.md", "lib", "src"],
"homepage": "https://github.com/bicstone/ra-language-japanese/",
"keywords": [
"admin-on-rest",
"react",
"react-admin",
"translation",
"i18n",
"japanese"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bicstone/ra-language-japanese.git"
},
"scripts": {
"check": "biome check .",
"apply": "biome check . --apply",
"build": "tsc",
"preinstall": "npx only-allow pnpm"
},
"sideEffects": false,
"volta": {
"node": "22.13.0"
}
}