-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
72 lines (72 loc) · 2.25 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "diem-explorer",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"serve": "vite preview",
"generate-gql-client": "zeus http://localhost:8888/v1/graphql ./generated/Analytics_Hasura_Api_Zeus_Client --ts"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@libra-opensource/client-sdk-typescript": "^1.0.8",
"bootstrap": "5.1.3",
"framer-motion": "^4.1.17",
"graphql-zeus": "^3.3.2",
"isomorphic-fetch": "^3.0.0",
"moment": "^2.29.1",
"react": "^17.0.0",
"react-bootstrap": "^2.0.0-rc.1",
"react-dom": "^17.0.0",
"react-icons": "^4.4.0",
"react-json-pretty": "^2.2.0",
"react-router-dom": "^5.3.0",
"react-table": "^7.7.0",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.6",
"ts-results": "^3.3.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@codeceptjs/configure": "^0.6.2",
"@codeceptjs/examples": "^1.2.1",
"@codeceptjs/ui": "^0.4.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.0",
"@types/react-bootstrap": "^0.32.27",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.1",
"@types/react-table": "^7.7.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react": "^1.0.0",
"babel-preset-vite": "1.0.4",
"codeceptjs": "3.1.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"husky": "^7.0.4",
"jest": "^27.2.5",
"msw": "^0.35.0",
"playwright": "^1",
"prettier": "^2.4.1",
"typescript": "^4.3.2",
"vite": "^2.6.0",
"vite-plugin-test": "^0.0.5",
"wiremock": "^2.29.0"
}
}