tomadoro/package.json

46 lines
1004 B
JSON

{
"name": "tomadoro",
"description": "tomadoro",
"version": "1.5.1",
"private": true,
"engines": {
"npm": "6.4.1",
"node": "10.15.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-scripts": "^3.2.0",
"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://frsposito.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/frsposito/tomadoro.git"
},
"author": "frsposito",
"license": "GPL-3.0-or-later",
"devDependencies": {
"gh-pages": "^2.1.1"
}
}