-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
193 lines (193 loc) · 7.08 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
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
{
"name": "spruce",
"version": "4.3.5",
"private": true,
"type": "module",
"scripts": {
"bootstrap-s3-logs": "../../scripts/bootstrap-s3-logs.sh",
"build:beta": "env-cmd -e beta yarn build",
"build:local": "env-cmd -e local yarn build",
"build:prod": "env-cmd -e production yarn build",
"build:staging": "env-cmd -e staging yarn build",
"build": "GIT_SHA=`git rev-parse HEAD` REACT_APP_VERSION=$npm_package_version vite build",
"build:profiler:beta": "PROFILER=true PROFILE_HEAD=\"<script src=\"https://localhost:8097\"></script>\" yarn build:beta",
"build:profiler:local": "PROFILER=true PROFILE_HEAD=\"<script src=\"https://localhost:8097\"></script>\" yarn build:local",
"build:profiler:staging": "PROFILER=true PROFILE_HEAD=\"<script src=\"https://localhost:8097\"></script>\" yarn build:staging",
"check-schema-and-codegen": "vite-node scripts/check-schema-and-codegen/script.ts",
"check-types": "tsc -p tsconfig.json --noEmit",
"clean": "rm -rf node_modules && rm -rf dist && yarn install",
"codegen": "graphql-codegen-esm --config codegen.ts",
"cy:open": "yarn evg-db-ops --reseed-and-dump; cypress open",
"cy:run": "yarn evg-db-ops --reseed-and-dump; cypress run",
"cy:test": "yarn evg-db-ops --reseed-and-dump; cypress run --spec",
"deploy:beta": "env-cmd -e beta yarn deploy-utils-deploy",
"deploy:staging": "env-cmd -e staging yarn deploy-utils-deploy",
"deploy:prod": "env-cmd -e production yarn deploy-utils-deploy",
"dev": "env-cmd -e devLocal yarn start",
"eslint:fix": "yarn eslint:strict --fix",
"eslint:staged": "STRICT=1 eslint",
"eslint:strict": "STRICT=1 eslint .",
"evg-db-ops": "../../scripts/evg-db-ops.sh",
"postversion": "yarn deploy-utils-postversion",
"prepare": "yarn --cwd='../..' prepare",
"preview": "serve -s dist -p 3000",
"prod": "env-cmd -e devProduction yarn start",
"snapshot": "vitest run snapshot.test.ts",
"staging": "env-cmd -e devStaging yarn start",
"start": "vite",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"test": "vitest --typecheck=false --exclude=src/snapshot.test.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apollo/client": "3.10.4",
"@apollo/server": "^4.11.2",
"@emotion/css": "11.13.4",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@evg-ui/deploy-utils": "*",
"@evg-ui/lib": "*",
"@leafygreen-ui/badge": "^9.0.0",
"@leafygreen-ui/banner": "^8.0.1",
"@leafygreen-ui/button": "^21.0.6",
"@leafygreen-ui/callout": "^9.0.18",
"@leafygreen-ui/card": "^10.0.5",
"@leafygreen-ui/checkbox": "^13.1.2",
"@leafygreen-ui/chip": "^1.2.1",
"@leafygreen-ui/code": "^14.3.3",
"@leafygreen-ui/combobox": "^9.1.4",
"@leafygreen-ui/confirmation-modal": "^5.0.9",
"@leafygreen-ui/date-picker": "^1.2.2",
"@leafygreen-ui/date-utils": "^0.1.2",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/empty-state": "^1.1.0",
"@leafygreen-ui/expandable-card": "^3.1.0",
"@leafygreen-ui/guide-cue": "^5.0.8",
"@leafygreen-ui/icon": "^12.6.0",
"@leafygreen-ui/icon-button": "^15.0.23",
"@leafygreen-ui/info-sprinkle": "^1.0.5",
"@leafygreen-ui/inline-definition": "^6.0.14",
"@leafygreen-ui/interaction-ring": "^7.0.2",
"@leafygreen-ui/leafygreen-provider": "^3.2.0",
"@leafygreen-ui/loading-indicator": "^2.0.12",
"@leafygreen-ui/marketing-modal": "^5.0.2",
"@leafygreen-ui/menu": "^20.0.1",
"@leafygreen-ui/modal": "^17.0.3",
"@leafygreen-ui/number-input": "^2.1.0",
"@leafygreen-ui/pagination": "^1.0.24",
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/popover": "^11.0.17",
"@leafygreen-ui/radio-box-group": "^13.0.2",
"@leafygreen-ui/radio-group": "^10.2.4",
"@leafygreen-ui/search-input": "^2.0.8",
"@leafygreen-ui/segmented-control": "^8.2.13",
"@leafygreen-ui/select": "^12.0.0",
"@leafygreen-ui/side-nav": "^14.1.3",
"@leafygreen-ui/skeleton-loader": "^1.2.0",
"@leafygreen-ui/table": "^12.7.0",
"@leafygreen-ui/tabs": "^13.1.1",
"@leafygreen-ui/text-area": "^9.1.2",
"@leafygreen-ui/text-input": "^13.0.2",
"@leafygreen-ui/toast": "^6.1.27",
"@leafygreen-ui/toggle": "^10.0.17",
"@leafygreen-ui/tokens": "^2.5.2",
"@leafygreen-ui/tooltip": "^11.1.0",
"@leafygreen-ui/typography": "^19.0.0",
"@rjsf/core": "4.2.3",
"@sentry/react": "9.0.0",
"@sentry/types": "9.0.0",
"ansi_up": "6.0.2",
"antd": "4.20.0",
"date-fns": "3.6.0",
"date-fns-tz": "3.2.0",
"deep-object-diff": "1.1.9",
"env-cmd": "10.1.0",
"graphql": "16.8.1",
"html-react-parser": "5.1.10",
"js-cookie": "3.0.5",
"jsdom": "24.0.0",
"linkify-html": "4.1.3",
"linkifyjs": "4.1.0",
"lodash.debounce": "4.0.8",
"lodash.get": "4.4.2",
"lodash.isequal": "4.5.0",
"lodash.set": "4.3.2",
"lodash.throttle": "4.1.1",
"pluralize": "8.0.0",
"query-string": "9.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.18.0",
"react-string-replace": "1.1.1",
"react-virtuoso": "^4.7.12",
"vite-node": "^2.0.5"
},
"devDependencies": {
"@emotion/babel-plugin": "11.12.0",
"@evg-ui/eslint-config": "*",
"@evg-ui/lint-staged": "*",
"@evg-ui/storybook-addon": "*",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-operations": "4.4.1",
"@originjs/vite-plugin-commonjs": "1.0.3",
"@sentry/vite-plugin": "3.1.2",
"@storybook/addon-actions": "8.5.3",
"@storybook/react": "8.5.3",
"@storybook/react-vite": "8.5.3",
"@styled/typescript-styled-plugin": "1.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.12.7",
"@types/pluralize": "0.0.33",
"@types/prompts": "2.4.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.1",
"babel-plugin-import-graphql": "^2.8.1",
"cypress": "12.17.1",
"eslint": "8.56.0",
"eslint-plugin-check-file": "2.8.0",
"eslint-plugin-prettier": "5.2.1",
"identity-obj-proxy": "3.0.0",
"less": "^4.1.3",
"mutation-observer": "1.0.3",
"path": "0.12.7",
"prettier": "3.3.3",
"prompts": "^2.4.2",
"replace-in-file": "7.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "14.2.1",
"storybook": "8.5.3",
"typescript": "5.0.3",
"vite": "5.2.11",
"vite-plugin-checker": "0.8.0",
"vite-plugin-env-compatible": "2.0.1",
"vite-plugin-imp": "2.4.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
"vitest-canvas-mock": "0.3.3"
},
"resolutions": {
"has-symbols": "^1.0.2"
},
"engines": {
"node": ">=20.11.0"
}
}