-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 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
{
"name": "ra-language-greek",
"version": "3.19.10",
"description": "Greek messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
"url": "git+https://github.com/panterz/ra-language-greek.git"
},
"main": "lib/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"watch": "tsc --outDir esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^3.19.10"
},
"keywords": [
"react",
"react-admin",
"admin-on-rest",
"translation"
],
"author": "Panagiotis Terzis",
"license": "MIT",
"bugs": {
"url": "https://github.com/panterz/ra-language-greek/issues"
},
"homepage": "https://github.com/panterz/ra-language-greek/#readme"
}