UNPKG

opensaas

Version:

Create fully bundled SaaS application (Backend & Frontend) using an interactive CLI

98 lines (97 loc) 2.9 kB
{ "name": "frontend", "version": "0.1.0", "engines": { "node": "12.x" }, "private": true, "scripts": { "build:css": "postcss src/Tailwind.css -o src/tailwind.output.css", "build": "react-scripts build", "deploy": "gh-pages -d build", "eject": "react-scripts eject", "heroku-postbuild": "react-scripts build", "lint": "tslint -p tsconfig.json -c tslint.json --fix", "prebuild": "npm run build:css", "predeploy": "npm run build", "pre-commit": "npm run prettier && npm run lint", "prestart": "npm run build:css", "prettier": "prettier --write 'src/**/*.{ts,tsx,json,scss,css,md}'", "start": "react-scripts start", "test": "react-scripts test" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ "since 2010" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@apollo/client": "^3.2.9", "@frontegg/client": "^1.2.16", "@frontegg/react": "^0.3.23", "@frontegg/react-audits": "^1.22.0", "@frontegg/react-auth": "^1.22.0", "@frontegg/react-connectivity": "^1.22.0", "@frontegg/react-core": "^1.22.0", "@frontegg/react-elements-material-ui": "^1.22.0", "@material-ui/core": "^4.11.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/styles": "^4.11.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "body-parser": "^1.19.0", "bootstrap": "^4.5.2", "classnames": "^2.2.6", "cors": "^2.8.5", "detect-browser": "^5.1.1", "express": "^4.17.1", "graphql": "^15.3.0", "moment": "^2.28.0", "node-sass": "^4.14.1", "react": "^16.13.1", "react-apexcharts": "^1.3.7", "react-color": "^2.18.1", "react-datepicker": "^3.1.3", "react-dom": "^16.13.1", "react-notifications": "^1.7.0", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", "reactstrap": "^8.5.1", "recharts": "^1.8.5", "tailwindcss": "^1.8.4", "typescript": "^3.9.7", "validatorjs": "^3.19.2" }, "devDependencies": { "@types/classnames": "^2.2.10", "@types/jest": "^24.9.1", "@types/node": "^12.19.7", "@types/react": "^16.14.2", "@types/react-color": "^3.0.4", "@types/react-datepicker": "^3.1.1", "@types/react-dom": "^16.9.10", "@types/react-redux": "^7.1.9", "@types/react-router-dom": "^5.1.5", "@types/react-table": "^7.0.24", "@types/reactstrap": "^8.5.1", "@types/recharts": "^1.8.15", "@types/validatorjs": "^3.15.0", "autoprefixer": "^9.8.6", "concurrently": "^5.3.0", "dotenv": "^8.2.0", "gh-pages": "^3.1.0", "postcss-cli": "^7.1.2", "prettier": "^2.2.0", "tslint": "^6.1.3" } }