-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
130 lines (130 loc) · 4.24 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
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
{
"name": "pocket-explorer",
"private": true,
"description": "",
"license": "",
"type": "module",
"scripts": {
"dev": "run-s generate:types remix:dev",
"build": "run-s generate:types remix:build",
"start": "remix-serve ./build/server/index.js",
"format": "prettier --write .",
"generate:types": "run-p generate:types:*",
"generate:types:portal": "graphql-codegen -r dotenv/config --config ./app/models/portal/codegen.config.yml",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "eslint --fix --cache --cache-location ./node_modules/.cache/eslint .",
"remix:build": "remix vite:build",
"remix:dev": "remix vite:dev",
"test": "vitest",
"test:unit:run": "vitest run --coverage",
"test:unit:changed": "vitest run --coverage --changed",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"cypress open\"",
"test:e2e:run": "start-server-and-test dev http://localhost:3000 \"cypress run\"",
"typecheck": "tsc -b && tsc -b cypress",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/lint": "^6.5.0",
"@iwsio/json-csv-node": "^6.1.5",
"@mantine/core": "^7.9.2",
"@mantine/dates": "^7.9.2",
"@mantine/hooks": "^7.9.2",
"@mantine/modals": "^7.9.2",
"@mantine/notifications": "^7.9.2",
"@mantine/nprogress": "^7.9.2",
"@novu/node": "^0.22.0",
"@novu/notification-center": "^0.22.0",
"@remix-run/css-bundle": "^2.8.0",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@uiw/codemirror-theme-xcode": "^4.21.24",
"@uiw/react-codemirror": "4.21.18",
"@upstash/ratelimit": "^1.1.3",
"@vercel/kv": "^1.0.1",
"clsx": "^2.1.1",
"d3-format": "^3.1.0",
"dayjs": "^1.11.4",
"emoji-picker-react": "^4.5.1",
"esbuild": "^0.17.11",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"isbot": "^5.1.1",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.4.0",
"mantine-datatable": "^7.8.2",
"mersenne-twister": "^1.1.0",
"node-mailjet": "^6.0.4",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"recharts": "^2.12.5",
"remix-auth": "^3.6.0",
"remix-auth-auth0": "^1.9.0",
"remix-utils": "^7.5.0",
"stripe": "^15.5.0",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/runtime": "^7.23.2",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@openapitools/openapi-generator-cli": "^2.9.0",
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.3.0",
"@remix-run/serve": "^2.3.0",
"@remix-run/testing": "^2.8.1",
"@sentry/types": "^7.37.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest-axe": "^3.5.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/mersenne-twister": "^1.1.7",
"@types/node": "^18.13.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.25",
"@vercel/node": "^3.0.24",
"@vercel/remix": "^2.8.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.4.0",
"cross-env": "^7.0.3",
"cypress": "10.4.0",
"dotenv": "^16.0.3",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.0",
"install": "^0.13.0",
"jest-axe": "^8.0.0",
"jsdom": "^20.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0",
"vitest-canvas-mock": "^0.3.3"
},
"pnpm": {
"overrides": {
"parse5": "7.1.2",
"hast-util-raw": "8.0.0"
}
},
"engines": {
"node": "18.x"
}
}