forked from kristoferlund/ic-wall
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
{
"name": "ic-wall",
"version": "0.0.1",
"private": true,
"description": "Proof of concept - Use Metamask to login to Internet Computer",
"author": {
"name": "Kristofer Lund",
"email": "kristofer@fmckl.se",
"url": "https://github.com/kristoferlund"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"dependencies": {
"@dfinity/agent": "^0.9.0",
"@dfinity/candid": "^0.9.0",
"@dfinity/identity": "^0.9.0",
"@dfinity/principal": "^0.9.0",
"@tailwindcss/forms": "^0.2.1",
"@ukstv/jazzicon-react": "^1.0.0",
"@web3-react/core": "latest",
"@web3-react/injected-connector": "latest",
"ethers": "^5.1.4",
"linkifyjs": "^3.0.0-beta.3",
"next": "10.1.3",
"pullstate": "^1.22.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@svgr/webpack": "^5.5.0",
"@types/linkifyjs": "^2.1.3",
"@types/react": "^17.0.4",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.8",
"tailwindcss": "^2.0.4",
"typescript": "^4.2.4"
}
}