forked from erc7579/erc7579.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 899 Bytes
/
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
{
"name": "erc7579-docs",
"version": "0.0.1",
"description": "ERC-7579 Docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/erc7579/erc7579.github.io.git"
},
"author": "ERC-7579",
"license": "MIT",
"bugs": {
"url": "https://github.com/erc7579/erc7579.github.io/issues"
},
"homepage": "https://github.com/erc7579/erc7579.github.io#readme",
"type": "module",
"dependencies": {
"next": "^14.2.14",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "18.11.10",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^4.9.5"
}
}