-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.74 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.74 KB
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
{
"name": "kassandra-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"codegen": "graphql-codegen",
"codegen:watch": "graphql-codegen --watch"
},
"dependencies": {
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-switch": "^1.0.3",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/nextjs": "^7.101.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.15",
"@tanstack/react-query-devtools": "^4.29.19",
"@tippyjs/react": "^4.2.6",
"@types/big.js": "^6.1.6",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-scroll": "^1.8.3",
"@types/styled-components": "^5.1.11",
"big.js": "^6.2.1",
"cheerio": "^1.0.0-rc.12",
"ethers": "^6.6.0",
"github-slugger": "^2.0.0",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"lottie-light-react": "^2.4.0",
"next": "^12.1.0",
"nextjs-cors": "^2.1.0",
"react": "^17.0.2",
"react-alice-carousel": "^2.6.4",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.6.2",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.7",
"react-microsoft-clarity": "^1.2.0",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.1",
"react-social-media-embed": "^2.3.5",
"react-toastify": "^7.0.4",
"recharts": "^2.1.6",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"styled-components": "^5.3.0",
"use-debounce": "^9.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.1",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@styled/typescript-styled-plugin": "^1.0.0",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"git-commit-msg-linter": "^5.0.4",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
}
}