forked from smartcontractkit/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 4.33 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "chainlink-docs",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && npm run pin-sol-version",
"preview": "astro preview",
"format": "prettier --write .",
"pin-sol-version": "npx ts-node -r tsconfig-paths/register src/scripts/helper/pin-solver-dist.ts",
"linkcheckWrapper": "npx ts-node -r tsconfig-paths/register src/scripts/link-check/linkcheckWrapper.ts",
"linkcheck-internal": "npx ts-node -r tsconfig-paths/register src/scripts/link-check/linkcheck.ts",
"linkcheck-external": "npx ts-node -r tsconfig-paths/register src/scripts/link-check/linkcheck.ts --mode=external",
"compare-chains-metadata": "npx ts-node -r tsconfig-paths/register src/scripts/chains-metadata.ts",
"update-algolia-index": "tsc scripts/update-algolia-index.ts --resolveJsonModule && node scripts/update-algolia-index.js ",
"sync-chainlink-automation-config": "npx ts-node -r tsconfig-paths/register src/scripts/chainlink-automation/networks-config.ts",
"find-nonchecksummed-addresses": "npx ts-node -r tsconfig-paths/register src/scripts/helper/find-nonchecksummed-addresses.ts",
"sol:compile": "npx hardhat compile",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix . ",
"lint-ts": "eslint --ext ts .",
"lint-ts:fix": "eslint --ext ts .",
"lint-solc": "solhint --max-warnings 266 'public/samples/**/*.sol'",
"prepare": "husky install",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@astro-community/astro-embed-youtube": "^0.4.5",
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.0",
"@astrojs/preact": "^3.3.0",
"@astrojs/prism": "^3.1.0",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@chainlink/components": "^0.4.18",
"@chainlink/contracts": "1.2.0",
"@chainlink/contracts-ccip": "1.5.0-beta.0",
"@chainlink/design-system": "^0.2.8",
"@chainlink/local": "^0.2.1",
"@chainlink/solana-sdk": "^0.2.2",
"@metamask/detect-provider": "^2.0.0",
"@metamask/providers": "^10.2.1",
"@nanostores/preact": "^0.5.1",
"@nanostores/react": "^0.7.2",
"@openzeppelin/contracts": "^4.9.6",
"astro": "^4.9.1",
"bignumber.js": "^9.1.2",
"clipboard": "^2.0.11",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"focus-trap-react": "^10.2.3",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^12.0.2",
"nanostores": "^0.9.5",
"preact": "^10.22.0",
"react-instantsearch": "^7.9.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-wrap-all": "^1.1.0",
"remark-directive": "^3.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@project-serum/anchor": "^0.26.0",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"hardhat": "^2.22.4",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^3.6.2",
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules",
"solhint-plugin-prettier": "^0.0.5",
"ts-jest": "^29.1.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
},
"lint-staged": {
"*.{css,md,mdx,yml,yaml,astro}": "prettier --write",
"*.{js,ts,json}": [
"prettier --write",
"eslint"
],
"*.sol": [
"prettier --write",
"solhint"
]
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/smartcontractkit/documentation.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartcontractkit/documentation/issues"
},
"homepage": "https://github.com/smartcontractkit/documentation#readme"
}