forked from elesinn/defi-board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.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
{
"name": "next-js-boilerplate",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"export": "next export",
"build-prod": "run-s clean build export",
"clean": "rimraf .next out",
"lint": "next lint",
"build-types": "tsc --noEmit --pretty",
"prepare": "husky install"
},
"dependencies": {
"@airgap/beacon-sdk": "^2.3.9",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@nivo/pie": "^0.79.1",
"@sentry/nextjs": "^6.17.9",
"@tailwindcss/forms": "^0.4.0",
"@taquito/beacon-wallet": "^11.2.0",
"@taquito/tzip16": "^11.2.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"graphql-request": "^4.0.0",
"jotai": "^1.6.0",
"ky": "^0.28.7",
"lodash": "^4.17.21",
"next": "^12.0.9",
"next-seo": "^4.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-table": "^7.7.0",
"react-virtual": "^2.10.4",
"react-yandex-metrika": "^2.6.0",
"recharts": "^2.1.9",
"styled-jsx-plugin-postcss": "^4.0.1",
"swr": "^1.2.1",
"ts-deepmerge": "^2.0.1",
"tw-elements": "^1.0.0-alpha11",
"usehooks-ts": "^2.4.0"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@next/bundle-analyzer": "^12.0.9",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-table": "^7.7.9",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"cssnano": "^5.0.16",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "^12.0.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.17",
"typescript": "^4.5.5"
},
"license": "ISC"
}