This repository has been archived by the owner on Nov 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Samrith Shankar
committed
Jun 23, 2019
1 parent
e889d70
commit 726e164
Showing
2 changed files
with
335 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,71 @@ | ||
{ | ||
"name": "react-live-time", | ||
"version": "0.0.0", | ||
"description": "A component to display real-time for posts, notifications, messages, feeds, etc.", | ||
"author": "samrith-s", | ||
"license": "GPL-3.0-or-later", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/samrith-s/react-live-time.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/samrith-s/react-live-time/issues" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"engines": { | ||
"node": ">=8", | ||
"npm": ">=5" | ||
}, | ||
"scripts": { | ||
"test": "cross-env CI=1 react-scripts-ts test --env=jsdom", | ||
"test:watch": "react-scripts-ts test --env=jsdom", | ||
"build": "rollup -c", | ||
"start": "rollup -c -w", | ||
"start-example": "cd example && yarn start", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"deploy": "gh-pages -d example/build" | ||
}, | ||
"dependencies": { | ||
"dateformat": "^3.0.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0" | ||
}, | ||
"devDependencies": { | ||
"@svgr/rollup": "^2.4.1", | ||
"@types/dateformat": "^3.0.0", | ||
"@types/jest": "^23.1.5", | ||
"@types/react": "^16.3.13", | ||
"@types/react-dom": "^16.0.5", | ||
"babel-core": "^6.26.3", | ||
"babel-runtime": "^6.26.0", | ||
"cross-env": "^5.1.4", | ||
"gh-pages": "^1.2.0", | ||
"react-scripts-ts": "^2.16.0", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-typescript2": "^0.17.0", | ||
"rollup-plugin-url": "^1.4.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
"react", | ||
"time", | ||
"live-time", | ||
"timer" | ||
] | ||
"name": "react-live-time", | ||
"version": "0.0.0", | ||
"description": "A component to display real-time for posts, notifications, messages, feeds, etc.", | ||
"author": "samrith-s", | ||
"license": "GPL-3.0-or-later", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/samrith-s/react-live-time.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/samrith-s/react-live-time/issues" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"engines": { | ||
"node": ">=8", | ||
"npm": ">=5" | ||
}, | ||
"scripts": { | ||
"test": "cross-env CI=1 react-scripts-ts test --env=jsdom", | ||
"test:watch": "react-scripts-ts test --env=jsdom", | ||
"build": "rollup -c", | ||
"start": "rollup -c -w", | ||
"start-example": "cd example && yarn start", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"deploy": "gh-pages -d example/build" | ||
}, | ||
"dependencies": { | ||
"dateformat": "^3.0.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0" | ||
}, | ||
"devDependencies": { | ||
"@svgr/rollup": "^2.4.1", | ||
"@types/dateformat": "^3.0.0", | ||
"@types/jest": "^23.1.5", | ||
"@types/react": "^16.3.13", | ||
"@types/react-dom": "^16.0.5", | ||
"babel-core": "^6.26.3", | ||
"babel-runtime": "^6.26.0", | ||
"cross-env": "^5.1.4", | ||
"eslint": "^6.0.0", | ||
"gh-pages": "^1.2.0", | ||
"react-scripts-ts": "^2.16.0", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-typescript2": "^0.17.0", | ||
"rollup-plugin-url": "^1.4.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"react", | ||
"time", | ||
"live-time", | ||
"timer" | ||
] | ||
} |
Oops, something went wrong.