This repository was archived by the owner on Sep 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
200 lines (200 loc) · 6.94 KB
/
package.json
File metadata and controls
200 lines (200 loc) · 6.94 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"version": "1.22.19",
"private": true,
"sideEffects": false,
"scripts": {
"build": "run-s build:*",
"build-storybook": "build-storybook",
"build:0-svg": "yarn svgr --silent --template svgr/template.js --filename-case kebab --out-dir ./app/ui/design-system/images ./app/ui/design-system/images",
"build:css": "yarn generate:css --minify",
"build:remix": "remix build",
"dev": "run-p dev:*",
"dev:css": "yarn generate:css --watch",
"dev:remix": "remix dev",
"dev:svg": "chokidar --silent --initial \"./app/ui/design-system/images/**/*.svg\" -c \"yarn svgr --silent --template svgr/template.js --filename-case kebab --out-dir ./app/ui/design-system/images ./app/ui/design-system/images && touch /tmp/svgs-generated\"",
"format:app": "prettier --write app",
"format:check:app": "prettier --check app",
"generate:css": "postcss ./app/ui/design-system/styles/main.css -o app/main.css",
"start": "remix-serve build",
"start:mocks": "cross-env NODE_ENV=production node --require ./mocks --require dotenv/config ./build/index.js",
"storybook": "run-p storybook:*",
"storybook:css": "yarn dev:css",
"storybook:svg": "yarn dev:svg",
"storybook:main": "start-storybook -p 6006",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"npx cypress open\"",
"pretest:e2e:run": "yarn build",
"test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"npx cypress run\"",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --max-warnings 0 app",
"prepare": "husky install",
"jsonschema": "typescript-json-schema tsconfig.json DocCollectionManifest --include app/cms/doc-collections.server.ts -o app/data/doc-collection-manifest-schema.json",
"docker:up": "docker compose up",
"docker:down": "docker compose down",
"docker:logs": "docker compose logs",
"docker:yarn": "docker compose restart app-yarn",
"docker:redis-cli": "docker compose exec cache redis-cli -h cache -a flow_docs",
"docker:flush-cache": "docker compose exec cache redis-cli -h cache -a flow_docs FLUSHALL"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{js,css,md,jsx,ts,tsx}": "prettier --write"
},
"prettier": {
"semi": false
},
"jest": {
"moduleNameMapper": {
"~/(.*)": "<rootDir>/app/$1"
},
"transformIgnorePatterns": [
"node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
]
},
"resolutions": {
"redoc/**/colorette": "^2.0.19"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.7.1",
"@algolia/autocomplete-js": "^1.7.1",
"@floating-ui/react-dom": "^0.7.1",
"@headlessui/react": "^1.6.4",
"@hotjar/browser": "^1.0.6",
"@octokit/app": "^13.0.8",
"@octokit/core": "^4.0.5",
"@octokit/plugin-throttling": "^4.3.0",
"@octokit/rest": "^19.0.4",
"@remark-embedder/core": "^2.0.0",
"@remark-embedder/transformer-oembed": "^2.0.0",
"@remix-run/node": "1.6.8",
"@remix-run/react": "1.6.8",
"@remix-run/serve": "1.6.8",
"@sentry/node": "^7.33.0",
"@sentry/tracing": "^7.33.0",
"@types/github-slugger": "^1.3.0",
"ajv": "^8.11.0",
"algoliasearch": "^4.14.2",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"change-case": "^4.1.2",
"clsx": "^1.1.1",
"colorette": "^2.0.19",
"date-fns": "^2.28.0",
"discord.js": "^12",
"errorish": "^1.0.0",
"fastest-levenshtein": "^1.0.16",
"file-type": "^17.1.6",
"github-slugger": "^1.4.0",
"hast-util-to-string": "^2.0.0",
"ioredis": "^5.0.6",
"link-check": "^5.2.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lru-cache": "^7.10.1",
"mdast-util-mdx-jsx": "^2.1.0",
"mdast-util-to-string": "^3.1.0",
"mdx-bundler": "^9.0.1",
"mime-types": "^2.1.35",
"mixpanel": "^0.17.0",
"mobx": "^6.6.1",
"msw": "^0.44.0",
"p-queue": "^7.2.0",
"pluralize": "^8.0.0",
"postcss-url": "^10.1.3",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-hooks-web": "^6.32.1",
"react-router": "^6.3.0",
"react-top-loading-bar": "^2.1.0",
"reading-time": "^1.5.0",
"redoc": "^2.0.0-rc.72",
"remark-comment": "^1.0.0",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"remix-utils": "^3.3.0",
"styled-components": "^5.3.5",
"tiny-invariant": "^1.2.0",
"unist-util-filter": "^4.0.0",
"unist-util-visit": "^4.1.0",
"web-vitals": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@octokit/webhooks-types": "^6.3.6",
"@remix-run/dev": "1.6.8",
"@remix-run/eslint-config": "1.6.8",
"@storybook/addon-actions": "^6.5.8",
"@storybook/addon-essentials": "^6.5.8",
"@storybook/addon-interactions": "^6.5.8",
"@storybook/addon-links": "^6.5.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack4": "^6.5.8",
"@storybook/builder-webpack5": "^6.5.8",
"@storybook/manager-webpack4": "^6.5.8",
"@storybook/manager-webpack5": "^6.5.8",
"@storybook/react": "^6.5.8",
"@storybook/testing-library": "^0.0.11",
"@svgr/cli": "^6.2.1",
"@svgr/plugin-jsx": "^6.2.1",
"@svgr/plugin-svgo": "^6.2.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/cypress": "^8.0.3",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@total-typescript/ts-reset": "0.3.7",
"@types/lodash.debounce": "^4.0.7",
"@types/mime-types": "^2.1.1",
"@types/pluralize": "^0.0.29",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"chokidar-cli": "^3.0.0",
"cross-env": "^7.0.3",
"cypress": "^10.3.0",
"eslint": "^8.15.0",
"git-format-staged": "^3.0.0",
"happy-dom": "^6.0.3",
"husky": "^8.0.0",
"jest": "^28.1.1",
"lint-staged": ">=10",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"start-server-and-test": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.1.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.4",
"typescript-json-schema": "^0.53.1",
"vite": "^3.0.0",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.18.0"
},
"overrides": {
"css-loader@^3.6.0": {
"loader-utils": "1.4.2"
},
"html-webpack-plugin@^4.5.2": {
"loader-utils": "1.4.2"
},
"webpack@^4.46.0": {
"loader-utils": "1.4.2"
}
},
"engines": {
"node": ">=16"
}
}