-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "blockchain-project",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.1",
"axios": "^1.6.8",
"draft-js": "^0.11.7",
"ethereumjs-wallet": "^0.6.5",
"express": "^4.19.2",
"file-saver": "^2.0.5",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-draft-wysiwyg": "^1.15.0",
"react-router-dom": "^6.22.0",
"react-table": "^7.8.0",
"web3": "^4.9.0",
"web3-core": "^4.4.0"
},
"devDependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/draft-js": "^0.11.17",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.17",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-table": "^7.7.19",
"@types/scheduler": "^0.23.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"chai": "^5.1.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.22.4",
"lite-server": "^2.6.1",
"typescript": "^5.4.5",
"vite": "^5.0.8"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}