-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
102 lines (102 loc) · 2.76 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "4626.com",
"author": {
"name": "ERC4626-Alliance",
"url": "https://github.com/ERC4626-Alliance"
},
"maintainers": [
{
"name": "Serge Beresnev",
"email": "serge@superform.xyz"
}
],
"description": "erc-4626 specification website",
"private": true,
"repository": "https://github.com/ERC4626-Alliance/sup-web-4626",
"homepage": "https://erc4626.info",
"keywords": [
"erc4626",
"next.js",
"ethereum",
"web3",
"defi",
"typescript",
"tailwind",
"tailwindui",
"superform",
"ethers"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"file": "LICENSE-MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
}
],
"version": "1.25.0",
"scripts": {
"dev": "next-image-export-optimizer && next dev",
"build": "next build && next-image-export-optimizer",
"generate": "next build && next export && next-image-export-optimizer",
"export": "next build && next export && next-image-export-optimizer",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc",
"postinstall": "husky install",
"semantic-release": "semantic-release"
},
"dependencies": {
"@tailwindcss/typography": "0.5.9",
"@vercel/analytics": "1.0.1",
"aos": "3.0.0-beta.6",
"lite-youtube-embed": "0.2.0",
"next": "12.3.4",
"next-gtag": "0.2.0",
"next-image-export-optimizer": "0.17.1",
"next-seo": "6.0.0",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-paginate": "8.2.0",
"react-scroll": "1.8.9"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.4",
"@semantic-release/release-notes-generator": "11.0.4",
"@types/aos": "3.0.4",
"@types/gtag.js": "0.0.13",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-scroll": "1.8.7",
"autoprefixer": "10.4.15",
"cssnano": "6.0.1",
"eslint": "8.48.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"postcss": "8.4.29",
"postcss-flexbugs-fixes": "5.0.2",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"react-schemaorg": "2.0.0",
"sass": "1.66.1",
"schema-dts": "1.1.2",
"semantic-release": "21.1.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"resolutions": {
"lodash": "4.17.21"
},
"packageManager": "yarn@3.5.1"
}