-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "D-Journal",
"private": true,
"description": "DApp to create your decentralized journal",
"version": "0.0.0",
"type": "module",
"main": "./src/main.tsx",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-modal": "^3.16.1",
"web3": "^1.8.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"gh-pages": "^4.0.0",
"styled-components": "^5.3.6",
"ts-node": "^10.9.1",
"typescript": "^4.6.4",
"vite": "^3.2.3"
},
"homepage": "https://leandrogavidia.github.io/d-journal"
}