-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.01 KB
/
package.json
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
{
"name": "client",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && NODE_ENV=production vite build",
"build:analyze": "pnpm build && open stats.html",
"lint": "tsc --noEmit",
"preview": "vite preview",
"start:http-server": "http-server -c-1 -p 3010 ./dist",
"start:e2e": "tsc && vite --mode=test build && pnpm start:http-server",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --passWithNoTests --detectOpenHandles --forceExit"
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/lab": "5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/styled-engine": "^5.13.2",
"@mui/x-data-grid": "^6.11.2",
"@react-google-maps/api": "^2.19.2",
"@react-oauth/google": "^0.11.1",
"@react-spring/web": "^9.7.3",
"@remix-run/router": "^1.7.2",
"@sentry/react": "^7.64.0",
"@types/date-fns": "^2.6.0",
"apollo-link-token-refresh": "^0.6.0",
"blurhash": "^2.0.5",
"cobe": "^0.6.3",
"crypto-hash": "^2.0.1",
"date-fns": "^2.30.0",
"exifr": "^7.1.3",
"graphql": "^16.7.1",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.45.2",
"react-router-dom": "^6.14.2",
"react-use": "^17.4.0"
},
"devDependencies": {
"@app/config": "workspace:*",
"@emotion/eslint-plugin": "^11.11.0",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/client-preset-swc-plugin": "^0.2.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@happy-dom/jest-environment": "^12.7.0",
"@homebound/graphql-typescript-scalar-type-policies": "^2.8.0",
"@hookform/devtools": "^4.3.1",
"@import-meta-env/swc": "^0.4.11",
"@jest/globals": "^29.6.4",
"@swc/core": "^1.3.78",
"@swc/jest": "^0.2.29",
"@swc/plugin-emotion": "^2.5.71",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/google.maps": "^3.53.6",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.6",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"http-server": "^14.1.1",
"jest": "^29.6.4",
"optionator": "^0.9.1",
"rollup-plugin-visualizer": "^5.9.2",
"ts-jest": "^29.1.1",
"type-fest": "^3.13.1",
"vite": "^4.4.9",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-graphql-codegen": "^3.2.4"
}
}