-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name": "minerverse-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@storyofams/next-password-protect": "^1.6.0",
"bignumber.js": "^9.0.2",
"ethers": "^5.6.4",
"framer-motion": "^6.3.1",
"next": "12.1.5",
"next-redux-wrapper": "^7.0.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-redux": "^8.0.1",
"react-tsparticles": "^2.0.6",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"sass": "^1.51.0",
"tsparticles": "^2.0.6",
"universal-cookie": "^4.0.4",
"web3": "^1.7.3"
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"gh-pages": "^3.2.3",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}