-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "todoapp",
"version": "1.0.0",
"description": "",
"source": "./src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"domain-browser": "^4.22.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.7.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.16",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.1.8",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"animate.css": "^4.1.1",
"hardhat": "^2.11.2",
"dotenv": "^16.0.2",
"ethers": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.5",
"react-icons": "^4.4.0",
"react-hooks-global-state": "^2.0.0",
"react-router-dom": "^6.4.1"
}
}