-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "i18n-for-react",
"version": "4.1.0",
"description": "Modern translation module for React.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/i18n-for-react"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/i18n-for-react/issues"
},
"main": "lib/index.js",
"module": "lib/index.es.js",
"raw": "lib/index.babel.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"lint": "trigen-scripts lint",
"jest": "trigen-scripts jest",
"checkSize": "trigen-scripts checkSize",
"test": "trigen-scripts test",
"build:docs": "trigen-scripts build:docs",
"start": "trigen-scripts start",
"build": "trigen-scripts build",
"cleanPublish": "trigen-scripts cleanPublish",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"keywords": [],
"peerDependencies": {
"i18n-for-browser": "^1.1.0",
"react": "^16.8.6"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.6",
"@types/react": "^16.9.50",
"hoist-non-react-statics": "^3.3.2"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^4.4.0",
"@trigen/scripts": "^6.0.0",
"@trigen/scripts-plugin-babel": "^6.1.0",
"@trigen/scripts-plugin-eslint": "^6.0.0",
"@trigen/scripts-plugin-jest": "^6.1.0",
"@trigen/scripts-plugin-rollup": "^6.0.0",
"@trigen/scripts-plugin-size-limit": "^6.0.0",
"@trigen/scripts-plugin-typescript": "^6.0.0",
"@trigen/scripts-preset-lib": "^6.0.0",
"@types/enzyme": "^3.10.7",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"i18n-for-browser": "^3.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rollup-plugin-tslint": "^0.2.2",
"rollup-plugin-typescript2": "^0.27.3"
},
"files": [
"lib"
]
}