tomadoro/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

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