-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"name": "@coong/dapp",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "vite --port 8080",
"build": "tsc && vite build",
"preview": "vite preview",
"prettify": "npx prettier --write \"src/{**/*,*}.{js,ts,jsx,tsx,json}\""
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@coong/sdk": "^0.0.22",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/react-identicon": "^3.3.1",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.6.2",
"dedot": "^0.0.1-alpha.22",
"framer-motion": "^10.12.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0"
},
"devDependencies": {
"@dedot/chaintypes": "^0.0.1-alpha.22",
"@polkadot/extension-inject": "^0.46.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.31.0"
},
"packageManager": "yarn@3.4.1"
}