-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "lexical-playground",
"version": "0.12.6",
"private": true,
"scripts": {
"dev": "vite --host",
"build-dev": "vite build",
"build-prod": "vite build --config vite.prod.config.js",
"build-vercel": "(cd ../../ && node ./scripts/build.js --prod) && npm run build-prod",
"preview": "vite preview"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.17.0",
"@lexical/clipboard": "0.12.6",
"@lexical/code": "0.12.6",
"@lexical/file": "0.12.6",
"@lexical/hashtag": "0.12.6",
"@lexical/link": "0.12.6",
"@lexical/list": "0.12.6",
"@lexical/mark": "0.12.6",
"@lexical/markdown": "0.12.6",
"@lexical/overflow": "0.12.6",
"@lexical/plain-text": "0.12.6",
"@lexical/react": "0.12.6",
"@lexical/rich-text": "0.12.6",
"@lexical/selection": "0.12.6",
"@lexical/table": "0.12.6",
"@lexical/text": "^0.12.6",
"@lexical/utils": "0.12.6",
"@lexical/yjs": "^0.12.6",
"katex": "^0.15.2",
"lexical": "0.12.6",
"lodash-es": "^4.17.21",
"prettier": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"y-websocket": ">=1.3.x",
"yjs": ">=13.5.42"
},
"devDependencies": {
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@types/lodash-es": "^4.14.182",
"@vitejs/plugin-react": "^1.0.7",
"vite": "^5.0.10",
"vite-plugin-replace": "^0.1.1"
}
}