-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
152 lines (152 loc) · 4.49 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
{
"name": "wallaby-3443",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@braintree/sanitize-url": "^5.0.0",
"@datadog/browser-rum": "^5.15.0",
"@img-arena/front-row-seat": "^1.28.1",
"@lingui/core": "^3.15.0",
"@lingui/macro": "^3.15.0",
"@pixi/filter-motion-blur": "^4.0.0",
"@popperjs/core": "^2.9.2",
"@portabletext/to-html": "^2.0.10",
"@portabletext/toolkit": "^2.0.1",
"@reach/observe-rect": "^1.2.0",
"@sanity/client": "^2.18.0",
"@unpic/svelte": "^0.0.53",
"@urql/core": "^2.0.0",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^4.0.0",
"@urql/svelte": "^1.3.2",
"@veriff/incontext-sdk": "^1.3.1",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"buffer": "^6.0.3",
"camel-case": "^4.1.2",
"change-case": "^5",
"chart.js": "^2.9.4",
"chroma-js": "^2.1.1",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.1",
"devalue": "^4.2.0",
"dotenv": "^16.4.5",
"eslint-plugin-svelte": "^2.46.0",
"file-saver": "^2.0.5",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"graphql-ws": "^5.5.0",
"howler": "^2.2.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"lottie-web": "^5.7.8",
"lucide-svelte": "^0.363.0",
"nanoid": "^3.1.22",
"otplib": "^12.0.1",
"path-to-regexp": "^6.2.0",
"paymentiq-cashier-bootstrapper": "^1.3.27",
"pixi.js-legacy": "^6.0.2",
"polka": "^0.5.2",
"popper-max-size-modifier": "^0.2.0",
"property-expr": "^2.0.5",
"qrcode": "^1.4.4",
"ramda": "^0.27.1",
"relative-time-format": "^1.0.5",
"rimraf": "^2.7.1",
"rxjs": "^7.0.0-rc.3",
"schema-dts": "^1.1.0",
"smoothscroll-polyfill": "^0.4.4",
"store2": "^2.12.0",
"subscriptions-transport-ws": "^0.9.19",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"title-case": "^3.0.3",
"webfontloader": "^1.6.28",
"wonka": "^4.0.15",
"xstate": "4.17.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@datadog/datadog-ci": "^2.19.0",
"@faker-js/faker": "^8.3.1",
"@hcaptcha/types": "^1.0.3",
"@lingui/cli": "^3.15.0",
"@lingui/vite-plugin": "^3.17.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@portabletext/types": "^2.0.2",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@vitest/coverage-c8": "^0.31.0",
"async-wait-until": "^2.0.7",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.2.2",
"babel-plugin-graphql-tag": "^3.2.0",
"babel-plugin-macros": "^3.1.0",
"bits-ui": "^0.21.1",
"bufferutil": "^4.0.3",
"bun-types": "^1.0.15",
"chromatic": "^11.3.0",
"css-loader": "^5.2.6",
"esbuild": "^0.15.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.8.0",
"express": "^4.18.2",
"farmhash": "^3.2.1",
"get-graphql-schema": "^2.1.2",
"glob": "^10.3.3",
"graphql-tag.macro": "^2.0.1",
"jest": "^27.5.1",
"lint-staged": "^10.5.4",
"make-plural": "^7.4.0",
"msw": "^2.3.0",
"msw-storybook-addon": "^2.0.3",
"node-fetch": "^2.6.1",
"persistgraphql": "^0.3.11",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity-codegen": "^0.9.8",
"sass": "1.57.*",
"sass-loader": "^10",
"storybook": "^8.3.3",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^2.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.8.5",
"svelte-dnd-list": "^0.1.8",
"svelte-loader": "^3.1.8",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.6",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"tslib": "^2.2.0",
"tsx": "^3.12.7",
"typescript": "^5.0.0",
"utf-8-validate": "^5.0.4",
"vite": "^5.0.0",
"vite-babel-plugin": "0.0.2",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-turbosnap": "^1.0.3",
"vitest": "^1.0.0"
}
}