|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "popup-forms-react",
- "version": "0.1.0",
- "private": true,
- "homepage": ".",
- "dependencies": {
- "@tailwindcss/forms": "^0.2.1",
- "formik": "^2.1.7",
- "formik-persist": "^1.1.0",
- "framer-motion": "^3.2.2-rc.1",
- "http-shutdown": "^1.2.2",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-google-recaptcha": "^2.1.0",
- "react-json-view": "^1.20.4",
- "react-remove-scroll": "^2.4.0",
- "tailwindcss": "^2.0.2",
- "tailwindcss-filters": "^3.0.0",
- "yup": "^0.32.8"
- },
- "scripts": {
- "start": "yarn build:css && react-scripts start",
- "build": "export NODE_ENV=production && yarn build:css && react-scripts build",
- "test": "react-scripts test",
- "acct": "NODE_ENV=test npx cucumber-js --no-strict --fail-fast",
- "eject": "react-scripts eject",
- "build:css": "postcss src/assets/styles/index.tailwind.css -o src/assets/styles/.index.css",
- "watch:css": "postcss -w src/assets/styles/index.tailwind.css -o src/assets/styles/.index.css"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "devDependencies": {
- "@cucumber/cucumber": "^7.0.0",
- "@testing-library/jest-dom": "^5.11.9",
- "@testing-library/react": "^11.2.3",
- "@testing-library/user-event": "^12.6.2",
- "autoprefixer": "10.2.3",
- "postcss": "8.2.4",
- "postcss-cli": "^8.0.0",
- "prop-types": "^15.7.2",
- "puppeteer": "^5.5.0",
- "react-scripts": "4.0.1"
- }
- }
|