tomadoro/package.json

47 lines
1.0 KiB
JSON

{
"name": "tomadoro",
"description": "tomadoro",
"version": "1.7.0",
"private": true,
"engines": {
"npm": "6.4.1",
"node": "10.15.0"
},
"dependencies": {
"bootstrap": "^4.4.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"react-web-notification": "^0.5.0",
"reactstrap": "^7.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "http://franjsco.github.io/tomadoro",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/franjsco/tomadoro.git"
},
"author": "franjsco",
"license": "GPL-3.0-or-later",
"devDependencies": {
"gh-pages": "^2.2.0"
}
}