forked from pyth-network/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.8 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
{
"name": "pyth-documentation",
"version": "0.0.1",
"description": "Pyth Network documentation website",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postinstall": "bash scripts/fetchGrazChains.sh"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.8.1",
"@amplitude/plugin-autocapture-browser": "^0.9.2",
"@codesandbox/sandpack-react": "^2.6.1",
"@cookbookdev/docsbot": "^4.21.5",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@headlessui/react": "^1.7.14",
"@metamask/detect-provider": "^2.0.0",
"connectkit": "^1.4.0",
"copy-to-clipboard": "^3.3.3",
"ethers": "^6.3.0",
"graz": "^0.1.3",
"next": "^13.0.6",
"next-mdx-remote": "^4.4.1",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-latex-next": "^3.0.0",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.33.2",
"toml": "^3.0.0",
"viem": "^0.3.50",
"wagmi": "^1.2.0"
},
"devDependencies": {
"@pythnetwork/pyth-sdk-solidity": "^2.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest-expect-message": "^1.1.0",
"@types/node": "18.11.10",
"@types/react": "18.0.37",
"@types/react-gtm-module": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-expect-message": "^1.1.3",
"postcss": "^8.4.24",
"solc": "^0.8.20",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}