forked from delvtech/elf-council-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 5.46 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"dependencies": {
"@alch/alchemy-web3": "^1.2.5",
"@babel/types": "^7.17.0",
"@blueprintjs/popover2": "^1.0.0",
"@elementfi/elf-council-proposals": "^1.0.2",
"@elementfi/elf-council-tokenlist": "^1.0.2",
"@elementfi/elf-council-typechain": "^1.0.2",
"@elementfi/react-query-typechain": "^1.2.0",
"@ethersproject/providers": "^5.5.3",
"@fontsource/roboto-mono": "^4.5.3",
"@fontsource/rubik": "^4.5.6",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@metamask/jazzicon": "^2.0.0",
"@popperjs/core": "^2.11.2",
"@reactchartjs/react-chart.js": "^1.0.0-rc.3",
"@storybook/addon-a11y": "^6.4.19",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/forms": "^0.5.0",
"@types/d3-time-format": "^4.0.0",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.isfunction": "^3.0.6",
"@types/lodash.isnumber": "^3.0.6",
"@types/lodash.isplainobject": "^4.0.6",
"@types/lodash.keyby": "^4.6.6",
"@types/lodash.shuffle": "^4.2.6",
"@types/lodash.zip": "^4.2.6",
"@types/testing-library__jest-dom": "^5.14.3",
"@uniswap/token-lists": "^1.0.0-beta.27",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.13",
"assert": "^2.0.0",
"autoprefixer": "^10.4.4",
"chart.js": "^2.9.4",
"classnames": "^2.3.1",
"commify": "^1.0.1",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"date-fns": "^2.28.0",
"dependency-cruiser": "^11.4.0",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.6.0",
"graphql": "^15.8.0",
"graphql-request": "^3.7.0",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.keyby": "^4.6.0",
"lodash.shuffle": "^4.2.0",
"lodash.zip": "^4.2.0",
"next": "^12.1.0",
"postcss": "^8.4.8",
"react": "17.0.2",
"react-chartjs-2": "^2.11.1",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-popper": "^2.2.5",
"react-query": "^3.34.16",
"react-use": "^17.3.2",
"storybook-color-picker": "^2.3.1",
"tailwindcss": "^3.0.23",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"ttag": "^1.7.24",
"zkp-merkle-airdrop-lib": "github:a16z/zkp-merkle-airdrop-lib#c793c2d8aa864ece151d57c04905c973a45a0416"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@types/d3-format": "^3.0.1",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-loader": "^8.2.3",
"chromatic": "^6.5.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-next": "^12.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-flowtype": "^6.0.1",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-tailwindcss": "^3.4.4",
"eslint-plugin-testing-library": "^5.0.6",
"ethereum-waffle": "^3.4.0",
"husky": "^7.0.4",
"jest": "^26.6.3",
"jest-css-modules-transform": "^4.3.0",
"jest-environment-jsdom": "^26.6.2",
"lint-staged": "^12.3.5",
"merkletreejs": "^0.2.31",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"stylelint": "^14.6.0",
"stylelint-config-recommended": "^7.0.0",
"ts-jest": "^26.5.6",
"ts-morph": "^13.0.3",
"typescript": "^4.5.5"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,md}": [
"npm run prettier",
"eslint --fix"
],
"*.js": "eslint --cache --fix",
"src/**/*.{css,scss}": "stylelint",
"*.{js,css,md}": "prettier --write"
},
"name": "elf-council-frontend",
"homepage": "https://github.com/element-fi/elf-council-frontend",
"private": true,
"scripts": {
"build": "next build",
"build:tailwind": "npx tailwindcss build -i styles/globals.css -o src/tailwind.output.css",
"depcruise": "depcruise --config .dependency-cruiser.js .",
"dev": "next dev",
"dev-goerli": "cross-env NEXT_PUBLIC_CHAIN_NAME=goerli next dev",
"dev-mainnet": "cross-env NEXT_PUBLIC_CHAIN_NAME=mainnet next dev",
"lint": "next lint",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --write \"{pages,src}/**/*.ts{,x}\"",
"prettier:check": "prettier --check \"{pages,src}/**/*.ts{,x}\"",
"stylelint": "stylelint \"src/**/*.{css,scss}\"",
"start": "next start",
"_copy-testnet-addresses": "cp ../elf-council-testnet/src/addresses/testnet.addresses.json src/elf-council-addresses/testnet.addresses.json",
"_copy-testnet-tokenlist": "cp ../elf-council-testnet/src/tokenlist/testnet.tokenlist.json src/elf-council-tokenlist/testnet.tokenlist.json",
"copy-testnet": "npm run _copy-testnet-addresses && npm run _copy-testnet-tokenlist",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public",
"chromatic": "chromatic --exit-zero-on-changes --skip 'dependabot/**'",
"prepare": "husky install",
"test": "jest",
"test-watch": "jest --watch"
},
"version": "0.1.0"
}