live-football-match-timer
Version:
https://github.com/PradeepJaiswar/live-football-match-timer
47 lines (46 loc) • 1.48 kB
JSON
{
"name": "live-football-match-timer",
"version": "1.0.3",
"description": "https://github.com/PradeepJaiswar/live-football-match-timer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.config.js --mode development",
"build": "rimraf dist && webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/PradeepJaiswar/live-football-match-timer"
},
"keywords": ["LiveFootballMatcheTimer", "React", "live", "Football", "Match", "Timer"],
"author": "Pradeep Jaiswar",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"prettier": "1.13.5",
"rimraf": "^2.6.2",
"style-loader": "^0.23.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"date-fns": "^1.30.1",
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}