This repository was archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.33 KB
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
{
"name": "react-fromnow",
"description": "React component for display time from now (en, ua, ru)",
"version": "4.2.0",
"main": "src/index.js",
"module": "src/index.js",
"sideEffects": false,
"scripts": {
"lint": "eslint src/**/*.js tests/**/*.js",
"test": "jest tests"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-jest": "^26.6.3",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test"
}
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/shoonia/react-fromnow"
},
"tags": [
"react"
],
"keywords": [
"react",
"fromnow",
"from-now",
"moment",
"timeago"
],
"author": {
"name": "Alexander Zaytsev",
"email": "zaytsev126@gmail.com",
"url": "https://twitter.com/_shoonia"
},
"license": "MIT"
}