-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 967 Bytes
/
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
{
"name": "creditcoin-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@polkadot/keyring": "^9.7.2",
"@polkadot/util": "^9.7.2",
"@tauri-apps/api": "^1.0.1",
"@tiptap/extension-character-count": "^2.0.0-beta.31",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.190",
"ansi-to-html": "^0.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tauri-plugin-log-api": "github:ESPINS/tauri-plugin-log#2c3ff4b"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}