-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "ra-language-russian",
"version": "4.14.2",
"description": "Russian translations for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./dist/cjs && tsc --outDir dist/cjs",
"build-esm": "rimraf ./dist/esm && tsc --outDir dist/esm --module es2015",
"watch": "tsc --outDir dist/esm --module es2015 --watch",
"prettier": "prettier --write src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Klucherev/ra-language-russian.git"
},
"files": [
"*.md",
"dist",
"src"
],
"keywords": [
"react",
"react-admin",
"translation"
],
"dependencies": {
"ra-core": "^4.16.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^5.1.3",
"prettier": "3.0.2"
},
"author": "Klucherev Alexey",
"license": "MIT",
"bugs": {
"url": "https://github.com/Klucherev/ra-language-russian/issues"
},
"homepage": "https://github.com/Klucherev/ra-language-russian#readme"
}