forked from CoongCrafts/playground-dapp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"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.23",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"dedot": "^0.7.1",
"framer-motion": "^10.12.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"smoldot": "^2.0.29"
},
"devDependencies": {
"@dedot/chaintypes": "^0.59.0",
"@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",
"rollup-plugin-analyzer": "^4.0.0",
"serve": "^14.2.1",
"typescript": "5.4.5",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
}