-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
120 lines (120 loc) · 4.17 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
{
"name": "note",
"private": true,
"scripts": {
"build": "tsc && bin/vite build",
"start": "yarn rails",
"dev": "concurrently \"yarn rails\" \"yarn dev:vite\"",
"rails": "bundle exec rails server -b 0.0.0.0",
"dev:vite": "bin/vite serve",
"build-electron": "vite build -c vite.electron.config.js",
"lint": "eslint client electron/src --max-warnings 0",
"typecheck": "tsc --noEmit --incremental",
"typecheck:watch": "yarn typecheck --watch",
"e2e": "yarn playwright test",
"test": "jest",
"ci": "yarn typecheck && yarn lint && yarn test"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@floating-ui/react-dom": "^1.3.0",
"@headlessui/react": "^1.7.19",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^7.2.200",
"@tippyjs/react": "^4.2.6",
"@types/js-cookie": "^3.0.6",
"@udecode/plate-autoformat": "^36.5.6",
"@udecode/plate-basic-marks": "^36.0.0",
"@udecode/plate-block-quote": "^36.0.0",
"@udecode/plate-break": "^36.5.6",
"@udecode/plate-code-block": "^36.5.6",
"@udecode/plate-combobox": "^36.0.0",
"@udecode/plate-common": "^36.5.9",
"@udecode/plate-diff": "^36.0.0",
"@udecode/plate-floating": "^36.3.8",
"@udecode/plate-heading": "^36.0.12",
"@udecode/plate-link": "^36.5.9",
"@udecode/plate-list": "^36.5.2",
"@udecode/plate-paragraph": "^36.0.0",
"@udecode/plate-reset-node": "^36.5.2",
"@udecode/plate-tabbable": "^36.0.0",
"@udecode/plate-trailing-block": "^36.0.0",
"axios": "^1.7.8",
"comlink": "^4.4.2",
"compressorjs": "^1.2.1",
"emoji-mart": "^5.5.2",
"human-readable": "^0.2.1",
"idb": "^7.1.1",
"javascript-time-ago": "^2.5.11",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"popper-max-size-modifier": "^0.2.0",
"pretty": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "6",
"react-textarea-autosize": "^8.4.1",
"runes": "^0.4.3",
"scheduler": "^0.23.2",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.106.0",
"string-comparison": "^1.3.0",
"tailwind-merge": "^1.14.0",
"tippy.js": "^6.3.7"
},
"version": "0.1.0",
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4",
"@types/node": "^18.17.14",
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.3.1",
"@types/runes": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.14",
"concurrently": "^7.6.0",
"css-has-pseudo": "^4.0.2",
"esbuild": "^0.17.19",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.7.0",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.8",
"sass": "^1.81.0",
"scriptjs": "^2.5.9",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript-language-server": "^3.3.2",
"vite": "^5.4.11",
"vite-plugin-ruby": "^5.1.1"
},
"packageManager": "[email protected]",
"resolutions": {
"react-textarea-autosize@^8.4.1": "patch:react-textarea-autosize@npm%3A8.4.1#./.yarn/patches/react-textarea-autosize-npm-8.4.1-f9a819701a.patch",
"react-textarea-autosize@^8.3.3": "patch:react-textarea-autosize@npm%3A8.4.1#./.yarn/patches/react-textarea-autosize-npm-8.4.1-f9a819701a.patch",
"emoji-mart@^5.5.2": "patch:emoji-mart@npm%3A5.5.2#./.yarn/patches/emoji-mart-npm-5.5.2-10ed58131e.patch"
}
}