2018-11-18 15:47:54 +01:00
|
|
|
{
|
|
|
|
"name": "front",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"bootstrap": "^4.1.3",
|
|
|
|
"react": "^16.6.1",
|
|
|
|
"react-dom": "^16.6.1",
|
|
|
|
"react-icons": "^3.2.2",
|
|
|
|
"react-notifications": "^1.4.3",
|
|
|
|
"react-router-dom": "^4.3.1",
|
|
|
|
"react-scripts": "2.1.1",
|
|
|
|
"reactstrap": "^6.5.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build && ssh guarda 'rm -r www/darkou.fr/cfa/front/static' && scp -r build/* guarda:www/darkou.fr/cfa/front",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
2018-11-18 20:23:48 +01:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^5.9.0",
|
|
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
|
|
|
"eslint-plugin-react": "^7.11.1"
|
|
|
|
}
|
2018-11-18 15:47:54 +01:00
|
|
|
}
|