-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.21 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.21 KB
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
{
"name": "docs-template",
"private": true,
"version": "0.0.0",
"scripts": {
"clean:docs": "rm -rf ./docs/build",
"build:docs": "npm run lint && npm run clean:docs && npx vitepress build",
"lint": "eslint './**/*.{js,ts,jsx,tsx,vue}'",
"lint:fix": "eslint './**/*.{js,ts,jsx,tsx,vue}' --fix",
"dev": "npx vitepress dev ",
"prod": "npx vitepress preview ",
"prod-copy:wasm": "cp node_modules/eth-ton-abi-converter/eth_ton_abi_converter_bg.wasm .vitepress/dist/assets",
"dev-copy:wasm": "cp node_modules/eth-ton-abi-converter/eth_ton_abi_converter_bg.wasm .vitepress/cache/deps"
},
"devDependencies": {
"@algolia/client-search": "^4.17.2",
"@metamask/sdk": "^0.4.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-vue": "^4.2.3",
"dotenv": "^16.0.3",
"escodegen": "^2.0.0",
"eslint": "8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-vue": "^9.15.1",
"eth-ton-abi-converter": "^0.5.2",
"everscale-inpage-provider": "^0.3.61",
"everscale-standalone-client": "2.1.19",
"flexsearch": "^0.7.31",
"process": "^0.11.10",
"rollup": "^3.25.1",
"sass": "^1.63.6",
"search-insights": "^1.10.0",
"typescript": "5.0.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.9",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-resolve-extension-vue": "^0.1.0",
"vite-plugin-wasm": "^3.2.2",
"vitepress": "1.0.0-beta.3",
"vue": "^3.2.47",
"vue-toastification": "^2.0.0-rc.5",
"web3": "^4.0.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"clipboard": "^2.0.11",
"clipboard.js": "^1.0.1",
"ethers": "^6.6.2",
"prettier": "^3.0.0",
"vue-clipboard3": "^2.0.0"
}
}