-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 982 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
36
37
38
39
40
41
{
"name": "detwitter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@polkadot/api": "^9.2.4",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/types": "^9.2.4",
"@polkadot/ui-keyring": "^2.9.7",
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.10",
"antd": "^4.23.2",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"recoil": "^0.7.5",
"sass": "^1.55.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.185",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}