{ "name": "modularity-front", "version": "0.3.2", "private": true, "main": "./dist/lib/exports.js", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.13", "@fortawesome/free-solid-svg-icons": "^5.7.0", "@fortawesome/react-fontawesome": "^0.1.4", "http-proxy-middleware": "^0.19.1", "jquery": "^3.3.1", "navigo": "^7.1.2", "popper.js": "^1.14.7", "react-json-view": "^1.19.1" }, "peerDependencies": { "react": "^16.8.4", "react-scripts": "^2.1.5", "react-dom": "^16.8.1", "react-materialize": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "cross-env": "^5.2.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-scripts": "^2.1.5", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "react-materialize": "^3.0.0" }, "scripts": { "start": "react-scripts start", "build": "rm -rf dist && cross-env NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__", "build2": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint ./src/" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }