-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "webappvercel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@svgr/webpack": "^8.1.0",
"@vercel/analytics": "^1.4.1",
"bootstrap": "^5.3.3",
"ethers": "^6.13.4",
"feather-icons": "^4.29.2",
"highlight.js": "^11.10.0",
"marked": "^15.0.3",
"mathjax": "^3.2.2",
"mathjax-full": "^3.2.2",
"mongodb": "^6.5.0",
"next": "^15.1.0",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"pwa": "^1.9.4",
"react": "^19.0.0",
"react-bootstrap": "^2.10.6",
"react-dom": "^19.0.0",
"react-feather": "^2.0.10",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^7.0.1",
"styled-components": "^6.1.13",
"vercel": "^39.2.0",
"web-vitals": "^4.2.4",
"web3": "^4.15.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@eslint/eslintrc": "^3",
"@types/node": "^20.17.9",
"@types/react": "^19.0.1",
"@types/react-dom": "^19",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.0.1",
"babel-loader": "^9.2.1",
"babel-plugin-styled-components": "^2.1.4",
"critters": "^0.0.23",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}