2019-04-29 09:44:39 +02:00
|
|
|
{
|
|
|
|
"name": "tick3t",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2020-03-01 22:56:15 +01:00
|
|
|
"author": "franjsco",
|
2019-04-29 09:44:39 +02:00
|
|
|
"dependencies": {
|
|
|
|
"bootstrap": "^4.3.1",
|
2019-05-18 18:22:41 +02:00
|
|
|
"dotenv": "^8.0.0",
|
2019-07-25 09:39:42 +02:00
|
|
|
"moment": "^2.24.0",
|
2019-04-29 09:44:39 +02:00
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6",
|
2019-07-25 09:39:42 +02:00
|
|
|
"react-reactstrap-pagination": "^1.0.5",
|
2019-07-31 16:00:46 +02:00
|
|
|
"react-redux": "^7.1.0",
|
2019-07-25 09:39:42 +02:00
|
|
|
"react-router": "^5.0.1",
|
|
|
|
"react-router-dom": "^5.0.1",
|
2019-04-29 09:44:39 +02:00
|
|
|
"react-scripts": "3.0.0",
|
2019-07-31 16:00:46 +02:00
|
|
|
"reactstrap": "^8.0.1",
|
|
|
|
"redux": "^4.0.4",
|
|
|
|
"redux-devtools-extension": "^2.13.8",
|
|
|
|
"redux-logger": "^3.0.6",
|
|
|
|
"redux-thunk": "^2.3.0"
|
2019-04-29 09:44:39 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2019-05-04 21:26:47 +02:00
|
|
|
},
|
2019-07-25 09:39:42 +02:00
|
|
|
"devDependencies": {}
|
2019-07-31 16:00:46 +02:00
|
|
|
}
|