-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "erc725-tools",
"private": false,
"packageManager": "npm",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"export": "next build && next export"
},
"author": {
"name": "Hugo Masclet",
"url": "https://github.com/hugoo"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@erc725/erc725.js": "^0.27.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@lukso/data-provider-base": "^0.1.0",
"@lukso/lsp-factory.js": "^3.2.1",
"@lukso/lsp-smart-contracts": "^0.15.0",
"@lukso/lsp-utils": "^0.2.0",
"clsx": "^2.1.1",
"i": "^0.3.7",
"image-size": "^1.1.1",
"next": "^12.1.6",
"npm": "^9.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-file-icon": "^1.5.0",
"react-loading-skeleton": "^3.4.0",
"sass": "^1.58.3",
"web3": "^1.6.1",
"web3-utils": "^1.6.1"
},
"devDependencies": {
"@types/node": "17.0.5",
"@types/react": "17.0.38",
"@types/react-file-icon": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"bulma": "^0.9.3",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^5.3.3"
}
}