-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.75 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
{
"name": "dialectica",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"fn": "netlify functions:serve",
"build": "tsc && vite build",
"deploy": "npm run build && firebase deploy && netlify deploy --prod && git commit --all -m \"save\" && git push ",
"preview": "vite preview"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.14.2",
"@leeoniya/ufuzzy": "^1.0.6",
"@lexical/file": "^0.9.0",
"@lexical/react": "^0.9.0",
"@lexical/selection": "^0.9.0",
"@milkdown/core": "^7.1.0",
"@milkdown/ctx": "^7.1.0",
"@milkdown/plugin-history": "^7.1.0",
"@milkdown/plugin-indent": "^7.1.0",
"@milkdown/plugin-listener": "^7.1.0",
"@milkdown/plugin-upload": "^7.1.0",
"@milkdown/preset-commonmark": "^7.1.0",
"@milkdown/preset-gfm": "^7.1.0",
"@milkdown/prose": "^7.1.0",
"@milkdown/react": "^7.1.0",
"@milkdown/theme-nord": "^7.1.0",
"@milkdown/transformer": "^7.1.0",
"@netlify/functions": "^1.4.0",
"@paralleldrive/cuid2": "^2.2.1",
"@quri/squiggle-components": "^0.7.0",
"@quri/squiggle-lang": "^0.7.0",
"@sentry/react": "^7.50.0",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@tinymce/tinymce-react": "^4.3.0",
"@types/lokijs": "^1.5.7",
"@types/node": "^14.18.37",
"auto-bind": "^5.0.1",
"colors": "^1.4.0",
"diff": "^5.1.0",
"dotenv": "^16.0.3",
"escape-string-regexp": "^5.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"file-saver": "^2.0.5",
"firebase": "^9.17.1",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.4.0",
"firebaseui": "^6.0.2",
"flowbite": "^1.6.3",
"fuse.js": "^6.6.2",
"idb": "^7.1.1",
"katex": "^0.16.4",
"lexical": "^0.9.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lokijs": "^1.5.12",
"mobx": "^6.8.0",
"mobx-react": "^7.6.0",
"moment": "^2.29.4",
"netlify": "^13.1.7",
"panzoom": "^9.4.3",
"patch-package": "^6.5.1",
"prettier": "^2.8.4",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-archer": "^4.2.2",
"react-contenteditable": "^3.3.7",
"react-contexify": "^6.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-flip-move": "^3.0.5",
"react-flip-toolkit": "^7.0.17",
"react-markdown": "^8.0.6",
"react-merge-refs": "^2.0.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.8.1",
"react-search-autocomplete": "^8.3.2",
"react-toastify": "^9.1.2",
"react-trix": "^0.10.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.58.0",
"slate-drop-or-paste-images": "^0.9.1",
"slate-react": "^0.91.10",
"trix": "^2.0.4",
"type-fest": "^3.6.1",
"uniqolor": "^1.1.0"
},
"devDependencies": {
"@sentry/vite-plugin": "^0.7.2",
"@types/diff": "^5.0.2",
"@types/file-saver": "^2.0.5",
"@types/katex": "^0.16.0",
"@types/lodash": "^4.14.191",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react-memo": "^0.0.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"vite": "^4.1.0",
"vite-plugin-full-reload": "^1.0.5"
}
}