forked from BlackBoxVision/ra-language-spanish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "@blackbox-vision/ra-language-spanish",
"version": "3.12.1",
"description": "Spanish 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/blackboxvision/aor-language-spanish.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.11.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
},
"keywords": [
"react",
"react-admin",
"admin-on-rest",
"translation"
],
"author": "BlackBox Vision",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackboxvision/aor-language-spanish/issues"
},
"homepage": "https://github.com/blackboxvision/aor-language-spanish#readme"
}