-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
217 lines (217 loc) · 7.76 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
{
"name": "kvue",
"version": "3.13.0-rc.1",
"description": "The Kiva ui",
"author": "braincrave",
"private": true,
"license": "UNLICENSED",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development TAILWIND_MODE=watch node server/dev-server.js",
"start": "cross-env NODE_ENV=production node --max-old-space-size=2048 server/index.js",
"start-k8s": "cross-env NODE_ENV=production node --max-old-space-size=1536 server/index.js",
"docker-dev-vm": "rimraf node_modules/.cache/hard-source && cross-env NODE_ENV=development node server/dev-server.js",
"inspect-dev": "cross-env NODE_ENV=development TAILWIND_MODE=watch node --inspect --max-old-space-size=4096 server/dev-server.js",
"inspect": "cross-env NODE_ENV=production node --inspect --max-old-space-size=4096 server/index.js",
"build": "npm run build:all",
"build:all": "rimraf dist && npm run build:client && npm run build:server",
"build:client": "vite build --outDir dist/client --ssrManifest",
"build:server": "vite build --outDir dist/server --ssr src/server-entry.js",
"destroyBuildCache": "rimraf node_modules/.cache/hard-source",
"e2e:dev": "cypress open --config baseUrl=https://dev-vm-01.kiva.org",
"e2e:headless": "cypress run --config baseUrl=https://dev-vm-01.kiva.org",
"fetchSchema": "node build/fetch-schema.js && wait-on build/schema.graphql",
"report": "vite-bundle-visualizer",
"unit": "jest --config test/unit/jest.conf.cjs --coverage",
"unit-watch": "jest --config test/unit/jest.conf.cjs --watch",
"test": "npm run lint && npm run unit && npm run build && npm run test:e2e",
"test:e2e": "npm start -- --config=dev-vm-mac && wait-on tcp:8888 && npm run e2e:headless",
"coverage:merge": "node test/mergeCoverage.cjs",
"lint": "npm run fetchSchema && npm run lint:js && npm run lint:css && npm run lint:graphql",
"lint:js": "eslint --ext .js,.vue --ignore-pattern 'src/graphql' build config server src test/unit/specs",
"lint:css": "stylelint \"src/**/*.{vue,scss}\"",
"lint:graphql": "eslint --ext .graphql src/graphql",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "storybook-to-ghpages"
},
"dependencies": {
"@aacassandra/vue3-progressbar": "^1.0.3",
"@apollo/client": "^3.10.4",
"@contentful/rich-text-html-renderer": "^15.13.1",
"@contentful/rich-text-types": "^14.1.2",
"@godaddy/terminus": "^4.11.0",
"@graphql-tools/load": "^7.7.0",
"@graphql-tools/url-loader": "^7.17.18",
"@kiva/kv-components": "^6.2.0",
"@kiva/kv-shop": "^2.0.6",
"@kiva/kv-tokens": "^3.1.0",
"@mdi/js": "^7.4.47",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/auto-instrumentations-node": "^0.40.2",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.46.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.46.0",
"@opentelemetry/instrumentation": "^0.46.0",
"@opentelemetry/instrumentation-express": "^0.34.1",
"@opentelemetry/instrumentation-graphql": "^0.36.1",
"@opentelemetry/instrumentation-http": "^0.46.0",
"@opentelemetry/instrumentation-winston": "^0.33.1",
"@opentelemetry/resources": "^1.19.0",
"@opentelemetry/sdk-metrics": "^1.19.0",
"@opentelemetry/sdk-node": "^0.46.0",
"@opentelemetry/sdk-trace-base": "^1.19.0",
"@opentelemetry/sdk-trace-node": "^1.19.0",
"@opentelemetry/semantic-conventions": "^1.19.0",
"@sentry/vue": "^7.87.0",
"@unhead/ssr": "^1.9.10",
"@unhead/vue": "^1.9.10",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"apollo-server-express": "^2.18.2",
"auth0-js": "^9.19.2",
"body-parser": "^1.19.0",
"bowser": "^2.11.0",
"braintree-web-drop-in": "^1.30.0",
"canvas": "^2.11.2",
"canvas-confetti": "^1.5.1",
"change-case": "^4.1.1",
"clipboard-copy": "^3.1.0",
"compression": "^1.7.4",
"connect-memjs": "^0.2.1",
"cookie": "^0.5.0",
"cross-env": "^7.0.2",
"date-fns": "^2.16.1",
"deepool": "^3.0.0",
"dompurify": "^2.3.9",
"dotenv": "^8.1.0",
"embla-carousel": "^4.0.6",
"express": "^4.19.2",
"express-prom-bundle": "^6.6.0",
"express-session": "^1.17.1",
"express-winston": "^4.0.3",
"flag-icon-css": "kiva/flag-icon-css.git#sprite",
"foundation-sites": "6.7.4",
"fuse.js": "^5.2.3",
"get-user-locale": "^1.4.0",
"graphql": "^15.4.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.5",
"helmet": "^4.6.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.2",
"libphonenumber-js": "^1.11.4",
"locale": "^0.1.0",
"lodash": "^4.17.20",
"lru-cache": "^6.0.0",
"make-fetch-happen": "^10.1.7",
"memcached": "^2.2.2",
"memjs": "^1.2.2",
"minimist": "^1.2.6",
"mitt": "^3.0.1",
"numeral": "^2.0.6",
"passport": "^0.7.0",
"passport-auth0": "^1.4.4",
"path2d-polyfill": "^2.0.1",
"piscina": "^4.7.0",
"popper.js": "^1.16.1",
"prom-client": "^15.0.0",
"qrcode.vue": "^3.4.1",
"serialize-javascript": "^6.0.2",
"set-cookie-parser": "^2.4.6",
"store2": "^2.12.0",
"timesync": "^1.0.8",
"title-case": "^3.0.2",
"uuid": "^8.3.0",
"vue": "^3.4.27",
"vue-docgen-loader": "^2.0.0",
"vue-focus-lock": "^3.0.0",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^4.3.2",
"vue-smooth-reflow": "^0.1.12",
"vue3-touch-events": "^4.1.8",
"vuelidate": "^0.7.6",
"web-vitals": "^3.5.2",
"webpack-merge": "^5.10.0",
"whatwg-fetch": "^3.6.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
"@chromatic-com/storybook": "^1.3.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@graphql-tools/jest-transform": "^2.0.0",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-storysource": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/manager-api": "^8.0.10",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/test": "^8.0.10",
"@storybook/theming": "^8.0.10",
"@storybook/vue3": "^8.0.10",
"@storybook/vue3-vite": "^8.0.10",
"@testing-library/cypress": "^10.0.2",
"@testing-library/user-event": "^14.2.0",
"@testing-library/vue": "^8.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"chokidar": "^3.4.2",
"coveralls": "^3.1.1",
"cssnano": "^7.0.1",
"cypress": "^13.13.3",
"cypress-multi-reporters": "^1.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.26.0",
"git-revision-webpack-plugin": "^3.0.6",
"hard-source-webpack-plugin-fixed-hashbug": "^0.13.2",
"html-minifier": "^4.0.0",
"husky": "^5.2.0",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"junit-report-merger": "^3.0.2",
"memory-fs": "^0.5.0",
"mocha-junit-reporter": "^2.0.2",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
"rimraf": "^3.0.2",
"sass": "^1.77.0",
"semver": "^7.6.0",
"shelljs": "^0.8.5",
"storybook": "^8.0.10",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-graphql-loader": "^3.0.1",
"vite-plugin-svg-store": "^0.1.4",
"vite-svg-loader": "^5.1.0",
"wait-on": "^5.2.0"
},
"engines": {
"node": ">= 20.11.0",
"npm": ">= 10.2.4"
},
"browserslist": [
"defaults and fully supports es6-module-dynamic-import"
]
}