28 lines
698 B
JSON
28 lines
698 B
JSON
{
|
|
"name": "cfa-nimes-bo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"bootstrap": "^4.1.3",
|
|
"react": "^16.5.0",
|
|
"react-dom": "^16.5.0",
|
|
"react-icons": "^3.0.5",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "1.1.5",
|
|
"reactstrap": "^6.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.5.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
|
"eslint-plugin-react": "^7.11.1"
|
|
}
|
|
}
|