-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "rooch-hook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"script:register": "ts-node --require ts-node/register ./scripts/register.ts",
"test-all": "mocha --require ts-node/register test/*/*.test.ts"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.13.0",
"@roochnetwork/rooch-sdk": "^0.2.6",
"@roochnetwork/rooch-sdk-kit": "^0.2.6",
"@tanstack/react-query": "^5.51.23",
"dotenv": "^16.4.5",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"description": "hello world",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}