-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "@axieinfinity/demo-rnsjs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.tsx,.ts",
"clean": "rm -rf .next node_modules"
},
"dependencies": {
"@roninnetwork/rnsjs": "0.2.2",
"@roninnetwork/walletgo": "0.1.3-alpha",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"classnames": "2.3.2",
"crypto-js": "4.1.1",
"dayjs": "1.11.7",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"ethers": "^6.9.0",
"lodash": "4.17.21",
"next": "13.4.2",
"next-transpile-modules": "10.0.0",
"node-cache": "5.1.2",
"rc-collapse": "3.5.2",
"rc-dialog": "9.1.0",
"react": "18.2.0",
"react-device-detect": "2.2.2",
"react-dom": "18.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.6",
"@next/eslint-plugin-next": "12.2.3",
"@typechain/ethers-v5": "10.1.1",
"@types/crypto-js": "4.1.1",
"@types/lodash": "4.14.182",
"@types/node": "18.0.1",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"autoprefixer": "10.4.7",
"env-cmd": "10.1.0",
"eslint": "8.33.0",
"next-secure-headers": "2.2.0",
"pm2": "5.1.0",
"postcss": "8.4.14",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.7.2",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "0.1.8",
"tailwindcss": "3.1.8",
"typechain": "8.1.1",
"typescript": "4.9.5"
}
}