-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.39 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
{
"name": "example",
"private": true,
"version": "22.8.25",
"scripts": {
"start": "vite dev --host",
"build": "vite build"
},
"type": "module",
"license": "MIT",
"browserslist": [
"> 1%",
"ios_saf 12",
"not IE 11",
"last 3 firefox versions"
],
"dependencies": {
"@dessert-box/react": "^0.2.0",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@sentry/browser": "^7.12.1",
"@vanilla-extract/css": "^1.7.2",
"@vanilla-extract/recipes": "^0.2.4",
"@vanilla-extract/sprinkles": "^1.3.1",
"abort-controller": "^3.0.0",
"amplitude-js": "8.13.1",
"balance-text": "^3.3.1",
"broadcast-channel": "^3.1.0",
"clipboard-polyfill": "2.4.1",
"date-fns": "^2.16.1",
"emoji-mart": "^3.0.1",
"emoji-regex": "^9.0.0",
"firebase": "^9.4.1",
"graphql": "^15.3.0",
"graphql-http": "1.4.0",
"graphql-ws": "^5.10.1",
"hammerjs": "^2.0.8",
"intersection-observer": "^0.5.0",
"libphonenumber-js": "^1.10.9",
"linkify-react": "^4.0.0-beta.4",
"linkifyjs": "^4.0.0-beta.4",
"lodash-es": "^4.17.21",
"mobx": "^5.15.7",
"mobx-keystone": "^0.69.9",
"mobx-react": "^6.3.0",
"mobx-react-lite": "^2.2.0",
"mobx-utils": "^5.6.1",
"path-to-regexp": "^6.2.0",
"prop-types": "^15.7.2",
"pure-react-carousel": "^1.27.8",
"react": "^16.13.1",
"react-custom-scrollbars": "4.2.1",
"react-dom": "^16.13.0",
"react-text-mask": "^5.4.3",
"react-virtuoso": "^1.5.10",
"resize-observer-polyfill": "^1.5.1",
"scroll-into-view-if-needed": "^2.2.28",
"smooth-scroll-into-view-if-needed": "^1.1.32",
"uuid": "^8.3.2",
"vanilla-classnames": "^0.1.0",
"xregexp": "^5.1.1"
},
"devDependencies": {
"@types/amplitude-js": "^8.0.2",
"@types/emoji-mart": "^3.0.2",
"@types/hammerjs": "^2.0.36",
"@types/lodash-es": "4.17.6",
"@types/react": "^16.9.23",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-dom": "^16.9.5",
"@types/react-text-mask": "^5.4.3",
"@types/uuid": "^3.4.4",
"@vanilla-extract/vite-plugin": "^3.2.1",
"@vitejs/plugin-react": "^2.0.0",
"ts-morph": "^16.0.0",
"typescript": "^4.8.2",
"vite": "^3.1.0"
},
"packageManager": "yarn@3.2.1"
}