-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "sushi-customer-portal",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/dm-sans": "^4.5.0",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.5",
"@octokit/auth-app": "^3.6.1",
"@popperjs/core": "^2.11.2",
"@reduxjs/toolkit": "^1.7.1",
"@sushiswap/core-sdk": "^1.0.0-canary.34",
"@toast-ui/react-image-editor": "^3.15.2",
"@types/react-color": "^3.0.6",
"@types/react-slider": "^1.3.1",
"@uniswap/token-lists": "^1.0.0-beta.27",
"@web3-react/core": "^6.1.9",
"cookie-cutter": "^0.2.0",
"ethers": "^5.5.4",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"next": "12.0.8",
"octokit": "^1.7.1",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-colorful": "^5.5.1",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-image-file-resizer": "^0.4.7",
"react-popper": "^2.2.5",
"react-redux": "^7.2.6",
"react-slider": "^1.3.1",
"react-virtualized": "^9.22.3",
"redux-persist": "^6.0.0",
"swr": "^1.2.0",
"tailwindcss-border-gradient-radius": "^2.0.0",
"use-debouncy": "^4.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.30.0",
"eslint-config-next": "^11.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.5",
"postcss": "^8.4.5",
"react-hook-form": "^7.28.0",
"tailwindcss": "^3.0.16",
"typescript": "4.5.5"
}
}