-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "beanstalk-landing-page",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"seo": "node scripts/seo",
"test": "jest"
},
"dependencies": {
"@snapshot-labs/snapshot.js": "^0.3.97",
"axios": "^0.27.2",
"ethers": "^5.6.8",
"gray-matter": "^4.0.3",
"moment": "^2.29.1",
"next": "12.0.10",
"next-seo": "^5.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-rehype": "^10.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"jest": "^28.1.1",
"next-sitemap": "^2.5.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22",
"typescript": "4.5.5"
}
}