-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.56 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
59
{
"name": "meta-network-data-viewer",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"cypress": "cypress open"
},
"dependencies": {
"@metaio/meta-signature-util": "^0.9.0",
"@metaio/meta-signature-util-v2": "^2.3.0",
"@tailwindcss/typography": "^0.4.1",
"antd": "^4.17.3",
"axios": "^0.24.0",
"daisyui": "^1.16.2",
"ethers": "^5.5.2",
"html-react": "^0.0.18",
"msw": "^0.36.3",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-json-view": "^1.21.3",
"react-toastify": "^8.0.3",
"swr": "^1.2.1",
"ts-node": "^10.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.4.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"cypress": "^9.2.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"eslint-plugin-testing-library": "5.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.5",
"jest-fetch-mock": "^3.0.3",
"jest-next-dynamic": "^1.0.1",
"markdown-it": "^12.2.0",
"markdown-it-plantuml": "^1.4.1",
"postcss": "^8.3.11",
"react-render-html": "^0.6.0",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.19",
"typescript": "4.4.4"
},
"jest": {
"testTimeout": 15000
}
}