-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 3.87 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
{
"name": "mexit-webapp",
"version": "0.23.0",
"license": "MIT",
"scripts": {
"dev": "NX_BUILD_MODE=development vite",
"build": "tsc --noEmit && MEXIT_FORCE_DEV=true vite build --emptyOutDir",
"build:test": "tsc --noEmit && NO_SOURCE_MAP=true vite build --emptyOutDir --mode test",
"build:staging": "tsc --noEmit && NO_SOURCE_MAP=true vite build --emptyOutDir --mode staging"
},
"dependencies": {
"@asseinfo/react-kanban": "^2.2.0",
"@atlaskit/tree": "^8.6.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@floating-ui/react": "^0.18.0",
"@floating-ui/react-dom-interactions": "^0.9.3",
"@iconify-icons/ri": "^1.1.1",
"@iconify/icons-bx": "^1.1.0",
"@iconify/icons-codicon": "^1.1.15",
"@iconify/icons-fluent": "^1.1.33",
"@iconify/icons-gg": "^1.1.0",
"@iconify/icons-logos": "^1.2.20",
"@iconify/icons-ph": "^1.2.1",
"@iconify/icons-radix-icons": "^1.1.2",
"@iconify/icons-ri": "^1.2.1",
"@iconify/react": "^3.1.3",
"@sentry/react": "^6.17.4",
"@sentry/tracing": "^6.17.4",
"@tippyjs/react": "^4.2.6",
"@udecode/plate": "^16.4.1",
"@uifabric/styling": "^7.20.0",
"@workduck-io/dwindle": "^0.1.7",
"@workduck-io/flexsearch": "^0.7.22",
"@workduck-io/mex-components": "^0.0.25",
"@workduck-io/mex-themes": "^0.0.9",
"@workduck-io/mex-threads.js": "^0.1.6",
"@workduck-io/tinykeys": "^1.5.0",
"boring-avatars": "^1.6.3",
"chrono-node": "^2.3.8",
"color-scheme": "^1.0.1",
"compress.js": "^1.2.2",
"date-fns": "^2.28.0",
"dayjs": "^1.10.8",
"downshift": "^6.1.7",
"fast-equals": "^2.0.4",
"fast-fuzzy": "^1.10.10",
"hotkeys-js": "^3.8.7",
"idb-keyval": "^6.1.0",
"ky": "^0.32.2",
"lodash": "^4.17.21",
"lottie-react": "^2.2.1",
"markdown-to-jsx": "^7.1.9",
"match-sorter": "^6.3.1",
"md5": "2.3.0",
"mixpanel-browser": "^2.43.0",
"nanoid": "^3.2.0",
"penpal": "^6.2.2",
"polished": "^4.1.4",
"project-name-generator": "^2.1.9",
"ramda": "^0.28.0",
"rc-tree": "^5.4.3",
"react": "^18.2.0",
"react-colorful": "^5.5.1",
"react-datepicker": "^4.7.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.37.0",
"react-hot-toast": "^2.2.0",
"react-merge-refs": "^2.0.1",
"react-modal": "^3.14.4",
"react-oembed-container": "^1.0.0",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^6.2.1",
"react-router-v6-instrumentation": "^2.0.1",
"react-select": "^4.3.1",
"react-spring": "^9.4.3",
"react-use-websocket": "^4.2.0",
"reveal.js": "^4.4.0",
"semver": "^7.3.8",
"slate": "^0.78.0",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.79.0",
"styled-components": "^5.3.3",
"universal-cookie": "^4.0.4",
"use-debounce": "^7.0.1",
"zustand": "^3.7.2"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@swc/core": "^1.3.32",
"@swc/plugin-styled-components": "^1.5.41",
"@types/chrome": "^0.0.203",
"@types/compress.js": "^1.1.1",
"@types/flexsearch": "^0.7.2",
"@types/mixpanel-browser": "^2.36.0",
"@types/node": "^16.11.19",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^4.0.17",
"@types/reveal.js": "^4.4.2",
"@types/styled-components": "^5.1.20",
"@vitejs/plugin-react-swc": "^3.0.1",
"typescript": "^4.7.4",
"vite": "^4.0.4",
"vite-plugin-svgr": "^2.2.0"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix"
},
"browserslist": {
"production": [
">1.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}