tomadoro/package.json

45 lines
1000 B
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",
2019-04-18 17:48:16 +02:00
"version": "1.4.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": {
"bootstrap": "^4.3.1",
2019-03-14 15:47:48 +01:00
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8",
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
},
2019-07-23 23:08:49 +02:00
"homepage": "http://frsposito.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",
2019-07-23 23:08:49 +02:00
"url": "git+https://github.com/frsposito/tomadoro.git"
2019-03-15 19:02:16 +01:00
},
2019-07-23 23:08:49 +02:00
"author": "frsposito",
2019-03-15 19:02:16 +01:00
"license": "GPL-3.0-or-later",
2019-04-11 11:27:02 +02:00
"devDependencies": {
"gh-pages": "^2.0.1"
}
2019-07-23 23:08:49 +02:00
}