-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 2.95 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
{
"name": "mexit",
"description": "Mexit - Augment your thoughts, Automate your tasks",
"version": "0.19.20",
"private": true,
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build --mode test",
"build:hmr": "node build/wss-build.js",
"build:staging": "tsc --noEmit && NO_SOURCE_MAP=true vite build --mode staging",
"wss": "node build/hmr/initReloadServer.js",
"dev": "yarn build:hmr && (yarn wss & nodemon)"
},
"dependencies": {
"@dicebear/avatars": "^4.10.5",
"@dicebear/avatars-male-sprites": "^4.10.5",
"@iconify/icons-ph": "^1.2.1",
"@iconify/icons-ri": "^1.2.1",
"@iconify/react": "^3.1.3",
"@sentry/integrations": "^6.17.2",
"@sentry/react": "^6.17.4",
"@tippyjs/react": "^4.2.6",
"@udecode/plate": "^16.4.1",
"@webcomponents/custom-elements": "1.5.0",
"@workduck-io/dwindle": "^0.1.7",
"@workduck-io/mex-components": "^0.0.25",
"@workduck-io/mex-themes": "^0.0.9",
"@workduck-io/tinykeys": "^1.5.0",
"chrono-node": "^2.3.8",
"color-scheme": "^1.0.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.28.0",
"fast-equals": "^2.0.4",
"hotkeys-js": "^3.8.7",
"ky": "^0.32.2",
"lodash": "^4.17.21",
"md5": "2.3.0",
"mixpanel-browser": "^2.43.0",
"nanoid": "^3.2.0",
"penpal": "^6.2.2",
"process": "^0.11.9",
"ramda": "^0.28.0",
"react": "^18.2.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-image-crop": "^10.0.9",
"react-spring": "^9.4.3",
"react-use-hoverintent": "^1.2.9",
"react-virtual": "^2.10.4",
"sanitize-html": "^2.6.1",
"slate": "^0.78.0",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.79.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"use-debounce": "^7.0.1",
"web-highlighter": "^0.7.4",
"zustand": "^3.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@slack/web-api": "^6.7.2",
"@testing-library/react": "13.4.0",
"@types/chrome": "^0.0.203",
"@types/jest": "29.0.3",
"@types/node": "^16.11.19",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.20",
"@types/ws": "^8.5.3",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-react-swc": "^3.0.1",
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
"chrome-webstore-upload": "^1.0.0",
"esbuild-loader": "^2.13.1",
"fs-extra": "10.1.0",
"nodemon": "2.0.20",
"rollup": "^2.79.1",
"typescript": "^4.7.4",
"vite": "^4.0.4",
"ws": "8.9.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"
]
}
}