-
Notifications
You must be signed in to change notification settings - Fork 114
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "balancer-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"workspaces": [
"./theme"
],
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"build:preview": "npx http-server docs/.vuepress/dist/",
"build-theme": "(cd theme; npm run build; npm run copy)",
"build:all": "npm run build-theme && npm run build",
"lint": "eslint . --ext .js,.ts,.vue --max-warnings 0"
},
"license": "MIT",
"devDependencies": {
"@balancer-labs/sdk": "^0.1.40",
"@types/ethereum-blockies": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vuepress/plugin-register-components": "^2.0.0-beta.62",
"cpx": "^1.5.0",
"docsearch.js": "^2.5.2",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tailwindcss": "^2.0.1",
"eslint-plugin-vue": "^9.6.0",
"feather-icons": "^4.29.0",
"glob": "^8.0.3",
"http-server": "^14.1.1",
"lodash": "^4.17.21",
"markdown-it-meta": "^0.0.1",
"titleize": "^3.0.0",
"vuepress": "^2.0.0-beta.53",
"vuepress-plugin-copy-code2": "^2.0.0-beta.143",
"vuepress-plugin-md-enhance": "^2.0.0-beta.131"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@balancer/sdk": "^0.0.3",
"@ethersproject/bignumber": "^5.7.0",
"@headlessui/vue": "^1.7.14",
"@web3modal/ethers": "^3.4.0",
"axios": "^1.4.0",
"color": "^4.2.3",
"ethereum-blockies": "^0.1.1",
"ethers": "^6.9.0",
"mersenne-twister": "^1.1.0",
"vue-prism-component": "^2.0.0",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-jazzicon": "^0.1.4"
}
}