-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.8 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
{
"name": "ordum-client-mvp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@crustio/type-definitions": "^1.3.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@excalidraw/excalidraw": "^0.14.2",
"@lexical/file": "0.12.0",
"@lexical/react": "0.12.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@phala/sdk": "^0.5.0",
"@polkadot/api": "",
"@polkadot/extension-dapp": "^0.46.3",
"@polkadot/extension-inject": "^0.46.3",
"@polkadot/types": "^10.7.2",
"@polkadot/util": "^12.3.2",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@types/react-modal": "^3.16.0",
"@types/uuid": "^9.0.2",
"antd": "^5.8.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.10",
"got": "^13.0.0",
"html-react-parser": "^1.4.8",
"ipfs-http-client": "^60.0.1",
"jwt-decode": "^3.1.2",
"katex": "^0.15.2",
"lexical": "^0.12.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.10",
"postcss": "8.4.24",
"prettier": "^3.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-html-parser": "^2.0.2",
"react-icons": "^4.3.1",
"react-modal": "^3.16.1",
"sharp": "^0.32.3",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"universal-cookie": "^4.0.4",
"useink": "^1.13.0",
"uuid": "^9.0.0",
"y-websocket": "^1.5.0",
"yjs": "^13.6.7"
}
}