/
eb
/
cooper
Обзор
Документация
Войти
/
eb
/
cooper
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
frontend/package.json
110 строк
3 KB
Evgeniy Budaev
prisma
15 июн 2022, 12:30
15 июн 2022, 12:30
0647820
Код
Авторство
О чём код?
{ "name": "frontend-8036", "private": true, "description": "", "license": "", "sideEffects": false, "scripts": { "postinstall": "prisma generate", "build": "run-s build:*", "build:css": "npm run generate:css -- --minify", "build:remix": "remix build", "dev": "concurrently \"npm run dev:css\" \"remix dev\"", "dev:css": "tailwindcss -w -i ./styles/app.css -o app/styles/tailwind.css", "dev:remix": "cross-env NODE_ENV=development binode --require ./mocks -- @remix-run/dev:remix dev", "format": "prettier --write .", "generate:css": "tailwindcss -o app/styles/tailwind.css", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "setup": "prisma migrate dev && prisma db seed", "start": "remix-serve build", "start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build", "test": "vitest", "test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"cypress open\"", "pretest:e2e:run": "npm run build", "test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"cypress run\"", "typecheck": "tsc -b && tsc -b cypress", "validate": "run-p \"test -- --run\" lint typecheck test:e2e:run" }, "prettier": {}, "eslintIgnore": [ "/node_modules", "/build", "/public/build" ], "dependencies": { "@prisma/client": "^3.15.1", "@remix-run/node": "^1.4.0", "@remix-run/react": "^1.4.0", "@remix-run/serve": "^1.4.0", "@remix-run/server-runtime": "^1.4.0", "axios": "^0.26.1", "bcryptjs": "^2.4.3", "classnames": "^2.3.1", "form-data": "^4.0.0", "helmet": "^5.1.0", "lodash": "^4.17.21", "normalize.css": "^8.0.1", "query-string": "^7.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-paginate": "^8.1.3", "remix-forms": "^0.16.0", "tailwindcss-gradients": "^3.0.0", "tiny-invariant": "^1.2.0", "uuid": "^8.3.2", "zod": "^3.15.1" }, "devDependencies": { "@faker-js/faker": "^6.1.1", "@remix-run/dev": "^1.4.0", "@remix-run/eslint-config": "^1.4.0", "@testing-library/cypress": "^8.0.2", "@testing-library/dom": "^8.12.0", "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^14.0.4", "@types/bcryptjs": "^2.4.2", "@types/classnames": "^2.3.1", "@types/eslint": "^8.4.1", "@types/lodash": "^4.14.182", "@types/node": "^17.0.23", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "@vitejs/plugin-react": "^1.3.0", "autoprefixer": "^10.4.4", "binode": "^1.0.5", "c8": "^7.11.0", "concurrently": "^7.1.0", "cross-env": "^7.0.3", "cypress": "^9.5.3", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "happy-dom": "^2.55.0", "msw": "^0.39.2", "npm-run-all": "^4.1.5", "postcss": "^8.4.12", "prettier": "2.6.1", "prettier-plugin-tailwindcss": "^0.1.8", "prisma": "^3.15.1", "start-server-and-test": "^1.14.0", "tailwindcss": "^3.0.24", "ts-node": "^10.7.0", "tsconfig-paths": "^3.14.1", "typescript": "^4.6.3", "vite": "^2.9.1", "vite-tsconfig-paths": "^3.4.1", "vitest": "^0.8.2" }, "engines": { "node": ">=14" }, "prisma": { "seed": "ts-node --require tsconfig-paths/register prisma/seed.ts" }, "msw": { "workerDirectory": "public" } }