-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.74 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "eventblender",
"private": true,
"sideEffects": false,
"scripts": {
"build": "run-s build:*",
"build:css": "npm run generate:css -- --minify",
"build:remix": "remix build",
"dev": "run-p dev:*",
"dev:css": "npm run generate:css -- --watch",
"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 generate && prisma migrate deploy && prisma db seed",
"start": "remix-serve build",
"start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build",
"test": "run-s db:migrate:test test:unit",
"test:coverage": "run-s db:migrate:test test:unit:coverage",
"test:unit": "dotenv -e .env.test -- vitest --no-threads",
"test:unit:coverage": "dotenv -e .env.test -- vitest --no-threads --coverage",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"npx cypress open\"",
"pretest:e2e:run": "npm run build",
"test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"npx cypress run\"",
"typecheck": "tsc -b && tsc -b cypress",
"validate": "run-p \"test -- --run\" lint typecheck test:e2e:run",
"prepare": "husky install",
"db:migrate": "run-p db:migrate:*",
"db:migrate:dev": "prisma migrate dev",
"db:migrate:test": "dotenv -e .env.test -- prisma db push --accept-data-loss",
"deploy:staging": "git push origin +HEAD:dev",
"docker": "docker-compose up -d",
"codegen": "export $(cat .env | xargs) && graphql-codegen --config app/graphql/.graphqlconfig",
"prisma": "prisma"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@mui/material": "^5.13.4",
"@prisma/client": "^4.13.0",
"@react-email/body": "^0.0.2",
"@react-email/button": "^0.0.9",
"@react-email/container": "^0.0.8",
"@react-email/head": "^0.0.5",
"@react-email/html": "^0.0.4",
"@react-email/img": "0.0.5",
"@react-email/link": "^0.0.5",
"@react-email/preview": "^0.0.6",
"@react-email/render": "^0.0.7",
"@react-email/section": "^0.0.9",
"@react-email/text": "^0.0.5",
"@remix-run/node": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@remix-run/serve": "^1.15.0",
"@remix-run/server-runtime": "^1.15.0",
"@sendgrid/mail": "^7.7.0",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.2",
"contentful": "^10.1.0",
"dotenv-cli": "^7.2.1",
"graphql": "^16.6.0",
"isbot": "^3.6.10",
"marked": "^4.3.0",
"md5": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-to-print": "^2.14.13",
"remix-utils": "^6.6.0",
"stripe": "^12.9.0",
"tiny-invariant": "^1.3.1",
"xlsx": "^0.18.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/typescript": "^3.0.4",
"@remix-run/dev": "^1.15.0",
"@remix-run/eslint-config": "^1.15.0",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/cypress": "^9.0.0",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bcryptjs": "^2.4.2",
"@types/eslint": "^8.37.0",
"@types/marked": "^4.0.8",
"@types/md5": "^2.3.2",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.30.1",
"autoprefixer": "^10.4.14",
"binode": "^1.0.5",
"c8": "^7.13.0",
"cookie": "^0.5.0",
"cross-env": "^7.0.3",
"cypress": "^12.10.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^9.9.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"msw": "^1.2.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.13.0",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1"
},
"engines": {
"node": "^16"
},
"prisma": {
"seed": "ts-node --require tsconfig-paths/register prisma/seed.ts"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "eslint --fix"
}
}