-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.61 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.61 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
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
{
"name": "next-material-kit",
"version": "1.2.1",
"description": "NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/nextjs-material-kit.git"
},
"keywords": [
"next",
"nextjs",
"react",
"reactjs",
"npx",
"material",
"material-design",
"material-kit",
"material-kit-react",
"next-material-kit"
],
"author": "Creative Tim",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/nextjs-material-kit/issues"
},
"homepage": "https://demos.creative-tim.com/nextjs-material-kit",
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ethersproject/providers": "^5.5.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/styles": "^5.12.3",
"@mui/system": "^5.12.3",
"@uniswap/widgets": "^2.40.0",
"@wagmi/core": "^1.3.3",
"@walletconnect/ethereum-provider": "^1.7.1",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-react/core": "^8.0.22-beta.0",
"@web3-react/empty": "^8.0.11-beta.0",
"@web3-react/metamask": "^8.0.18-beta.0",
"@web3-react/types": "^8.0.11-beta.0",
"@web3-react/walletconnect": "^8.0.25-beta.0",
"@web3modal/ethereum": "^2.6.2",
"@web3modal/react": "^2.6.2",
"aos": "^3.0.0-beta.6",
"canvas-confetti": "^1.6.0",
"chart.js": "^4.3.0",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "2.3.1",
"eslint-config-next": "^13.2.4",
"ethers": "^6.6.2",
"jotai-immer": "^0.2.0",
"moment": "2.29.4",
"next": "^13.2.4",
"nouislider": "15.1.0",
"prop-types": "15.8.1",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-datetime": "3.1.1",
"react-slick": "0.29.0",
"sass": "1.54.4",
"styled-components": "5.3.5",
"viem": "^1.2.7",
"wagmi": "^1.3.3",
"web3": "^4.0.2",
"web3modal": "^1.9.12",
"webpack": "5.74.0"
},
"devDependencies": {
"@types/node": "17.0.19",
"@types/react": "^18.2.6",
"eslint": "8.9.0",
"prettier": "^2.5.1",
"react-icons": "^4.3.1"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
}
}