-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1002 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
{
"name": "ddashed-remake",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@polkadot/api": "^6.10.3",
"@polkadot/extension-dapp": "^0.41.2",
"@polkadot/react-identicon": "^0.87.3",
"@polkadot/util-crypto": "^8.0.5",
"framer-motion": "^5.3.3",
"graphql": "^16.0.1",
"numbro": "^2.3.5",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-router-dom": "6",
"react-spinners": "^0.11.0",
"recoil": "^0.5.2"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"vite-plugin-svgr": "^0.6.0"
}
}