forked from pie-dao/pools.piedao.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.74 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
{
"scripts": {
"build": "snowpack build",
"lint": "yarn format && npx eslint --fix src/*.js src/**/*.js",
"format": "npx prettier --write src/*.js --write src/**/*.js",
"start": "snowpack dev",
"test": "jest"
},
"dependencies": {
"@ethersproject/abi": "^5.0.4",
"@ethersproject/address": "^5.0.4",
"@ethersproject/bignumber": "^5.0.12",
"@ethersproject/bytes": "^5.0.8",
"@ethersproject/contracts": "^5.0.3",
"@ethersproject/hash": "^5.0.9",
"@ethersproject/providers": "^5.0.17",
"@ethersproject/strings": "^5.0.5",
"@ethersproject/units": "^5.0.3",
"@lottiefiles/svelte-lottie-player": "^0.2.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@okrad/svelte-progressbar": "^1.11.2",
"@pie-dao/abis": "^1.0.0",
"@pie-dao/eth-tailwind": "^1.0.0",
"@pie-dao/tailwind": "^1.1.2",
"@pie-dao/utils": "^1.0.0",
"@snowpack/plugin-postcss": "^1.1.0",
"@sushiswap/sushi-data": "^0.0.9",
"@tailwindcss/ui": "^0.7.2",
"@walletconnect/web3-provider": "^1.6.6",
"animate.css": "^4.1.0",
"aos": "^3.0.0-beta.6",
"authereum": "^0.0.4-beta.164",
"bignumber.js": "^9.0.0",
"bnc-notify": "^1.2.4",
"core-js": "^3.8.3",
"d3": "^5.16.0",
"ethers": "^5.0.2",
"firebase": "^8.8.1",
"jazzicon": "^1.5.0",
"json-to-graphql-query": "^2.0.0",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rxjs": "^6.6.0",
"socket.io-client": "^3.1.2",
"svelte": "^3.32.0",
"svelte-apollo": "^0.3.0",
"svelte-i18n": "^3.0.4",
"svelte-markdown": "^0.1.12",
"svelte-range-slider-pips": "^1.8.0",
"svelte-scrollto": "^0.2.0",
"svelte-tabs": "^1.1.0",
"svelte-watch-resize": "^1.0.3",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@snowpack/app-scripts-svelte": "^1.2.0",
"@snowpack/plugin-webpack": "^2.0.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^25.4.0",
"parcel-bundler": "^1.12.4",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"prettier": "^2.2.1",
"renderless-svelte": "^1.5.0",
"rollup": "^2.18.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^11.3.2",
"snowpack": "^3.0.11"
}
}