-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
229 lines (229 loc) · 8.08 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
218
219
220
221
222
223
224
225
226
227
228
229
{
"name": "em",
"version": "300.30.36",
"author": "Raine Revere <[email protected]>",
"description": "A beautiful, minimalistic note-taking app for personal sensemaking.",
"license": "NoHarm-draft",
"private": true,
"engines": {
"node": ">=18"
},
"browserslist": {
"production": [
"defaults"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"type": "module",
"scripts": {
"browserless": "docker run -p 7566:3000 -e \"CONNECTION_TIMEOUT=-1\" browserless/chrome",
"build": "yarn build:styles && vite build",
"build:styles": "echo \"Building styles...\" && panda codegen",
"cap:android": "yarn cap:sync && cap open android",
"cap:copy:prod": "NODE_ENV=production && cap copy",
"cap:copy": "NODE_ENV=development && cap copy",
"cap:ios": "yarn cap:sync && cap open ios",
"cap:sync:prod": "yarn build && NODE_ENV=production cap sync",
"cap:sync": "NODE_ENV=development && cap sync",
"clean": "rm -rf ./node_modules/.cache && rm -rf ./node_modules/.vite && rm -rf .eslintcache",
"deploy:dev": "yarn lint && yarn build && firebase hosting:channel:deploy dev --expires 30d",
"deploy:major": "yarn lint && npm version major && yarn build && firebase deploy --only hosting",
"deploy:minor": "yarn lint && npm version minor && yarn build && firebase deploy --only hosting",
"deploy:patch": "yarn lint && npm version patch && yarn build && firebase deploy --only hosting",
"deploy:staging": "yarn lint && yarn build && firebase hosting:channel:deploy staging --expires 30d",
"deploy:staging2": "yarn lint && yarn build && firebase hosting:channel:deploy staging2 --expires 30d",
"lint:lockfile": "npx lockfile-lint",
"lint:no-npm": "node ./scripts/no-files.js package-lock.json",
"lint:src": "FORCE_COLOR=1 eslint . --cache --rule 'no-console: [2, { allow: [error, info, warn] }]'",
"lint:tsc": "tsc",
"lint": "FORCE_COLOR=1 npm-run-all --parallel --aggregate-output \"lint:*\"",
"postinstall": "git config core.hooksPath .hooks && yarn build:styles",
"servebuild": "npx serve -s build -l 3000",
"start": "vite --host --port 3000",
"test:ios": "jest ./src/e2e/iOS --verbose",
"test:puppeteer": "./src/e2e/puppeteer/test-puppeteer.sh",
"test": "vitest --project unit",
"websocket-server": "cd server && yarn build && yarn start"
},
"lockfile-lint": {
"allowed-schemes": [
"https:",
"git+https:",
"npm:",
"patch:",
"workspace:"
],
"allowed-hosts": [
"github.com",
"npm",
"yarn"
],
"path": "yarn.lock"
},
"jest": {
"resetMocks": false
},
"resolutions": {
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@pandacss/node@npm:0.47.0": "patch:@pandacss/node@npm%3A0.47.0#~/.yarn/patches/@pandacss-node-npm-0.47.0.patch"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/clipboard": "^6.0.1",
"@capacitor/core": "^6.1.2",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.5",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"algoliasearch": "^5.10.2",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"dnd-core": "^16.0.1",
"dompurify": "^3.1.7",
"emitter20": "^2.0.0",
"emoji-regex": "^10.4.0",
"fast-json-patch": "^3.1.1",
"fp-and-or": "^1.0.2",
"himalaya": "^1.1.0",
"html-escaper": "^3.0.3",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"ipfs-http-client": "^43.0.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"marked": "^15.0.0",
"moize": "^6.1.6",
"murmurhash3js": "^3.0.1",
"nanoid": "^5.0.7",
"openai": "^4.68.4",
"page-lifecycle": "git+https://github.com/magic-akari/page-lifecycle#feat/add-types",
"pluralize": "^8.0.0",
"qrcode.react": "^3.2.0",
"react": "18.3.1",
"react-contenteditable": "^3.3.7",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "8.0.3",
"react-dnd-touch-backend": "16.0.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.1.2",
"react-gravatar": "^2.6.3",
"react-native-gesture-handler": "^2.20.2",
"react-native-web": "^0.19.13",
"react-redux": "^9.1.2",
"react-signature-pad-wrapper": "^3.4.0",
"react-split-pane": "^0.1.92",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"reselect": "^5.1.1",
"text-block-parser": "^1.1.1",
"title-case": "^4.3.2",
"truncate-html": "^1.1.2",
"ts-key-enum": "^2.0.12",
"use-onclickoutside": "^0.4.1",
"vite-plugin-html": "^3.2.2",
"workbox-build": "^7.1.1",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.1.0",
"xhtml-purifier": "^0.4.1",
"y-indexeddb": "https://github.com/raineorshine/y-indexeddb#y-indexeddb-multiplex",
"y-protocols": "^1.0.6",
"yallist": "^5.0.0",
"yjs": "^13.6.20"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@capacitor/cli": "^6.1.2",
"@pandacss/dev": "^0.47.0",
"@sinonjs/fake-timers": "^13.0.4",
"@stylistic/eslint-plugin": "^2.10.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.6.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/classnames": "^2.3.4",
"@types/clipboard": "^2.0.10",
"@types/dompurify": "^3.0.5",
"@types/html-escaper": "^3.0.2",
"@types/jest": "^29.5.14",
"@types/jest-image-snapshot": "^6.4.0",
"@types/lodash": "^4.17.12",
"@types/murmurhash3js": "^3.0.7",
"@types/node": "^22.8.1",
"@types/pluralize": "0.0.33",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-gravatar": "^2.6.14",
"@types/react-native": "^0.73.0",
"@types/react-redux": "^7.1.34",
"@types/react-transition-group": "^4.4.11",
"@types/redux-mock-store": "^1.0.6",
"@types/sanitize-html": "^2.13.0",
"@types/sinonjs__fake-timers": "^8.1.5",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.3",
"browserstack-local": "^1.5.5",
"chalk": "^5.3.0",
"dotenv": "16.4.5",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-export-default-identifier": "0.3.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.11",
"fake-indexeddb": "^6.0.0",
"happy-dom": "^15.7.4",
"it-all": "^3.0.6",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-image-snapshot": "^6.4.0",
"jsdom": "^25.0.1",
"lockfile-lint": "^4.14.0",
"npm-run-all": "^4.1.5",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.3",
"puppeteer": "^23.7.1",
"puppeteer-screen-recorder": "3.0.6",
"react-dnd-test-backend": "^16.0.1",
"react-dnd-test-utils": "^16.0.1",
"redux-mock-store": "^1.5.5",
"tcp-port-used": "^1.0.2",
"typescript": "5.5.4",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.4",
"vitest-canvas-mock": "^0.3.3",
"webdriverio": "^7.36.0"
},
"packageManager": "[email protected]"
}