Forked from
KSZK / DevTeam / kszkepzes / old / kszkepzes-frontend
270 commits behind the upstream repository.
-
Chif Gergő authoredChif Gergő authored
This project manages its dependencies using npm.
Learn more
package.json 1.07 KiB
{
"name": "kszkepzes-frontend",
"version": "0.2.0",
"proxy": "http://127.0.0.1:8000/",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.23.0",
"prop-types": "^15.6.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-slick": "^0.23.2",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.0",
"semantic-ui-react": "^0.84.0",
"semantic-ui-calendar-react": "^0.12.2",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}