123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "modularity-front",
- "version": "0.2.3",
- "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": {
- "cross-env": "^5.2.0",
- "babel-cli": "^6.26.0",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "babel-preset-es2017": "^6.24.1",
- "babel-preset-minify": "^0.5.0",
- "babel-preset-react": "^6.24.1",
- "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"
- ]
- }
|