forked from moonshotcommons/hack-quest-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.68 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
148
149
{
"name": "hack-quest-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npm run lint:script ",
"add:icon": "node ./scripts/addIcon.js",
"add:api": "node ./scripts/addApi.js",
"lint:script": "eslint --rule 'unused-imports/no-unused-imports: error' --ext .js,.jsx,.ts,.tsx --config .eslintrc.js --fix ./",
"prepare": "husky install",
"pre-commit": "lint-staged",
"postinstallmac": "git config core.hooksPath .husky && chmod 700 .husky/*",
"commit": "git-cz",
"test": "jest"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"@floating-ui/react": "^0.26.12",
"@formatjs/intl-localematcher": "^0.5.4",
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.6",
"@vercel/analytics": "^1.0.2",
"accept-language": "^3.0.18",
"ahooks": "^3.7.8",
"antd": "^5.6.4",
"async-validator": "^4.2.5",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"framer-motion": "^10.16.0",
"github-markdown-css": "^5.5.1",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"immutability-helper": "^3.1.1",
"install": "^0.13.0",
"js-confetti": "^0.11.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.367.0",
"lz-string": "^1.5.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"negotiator": "^0.6.3",
"next": "14.1.0",
"next-nprogress-bar": "^2.3.11",
"next-share": "^0.27.0",
"plyr": "^3.7.8",
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-countup": "^6.5.0",
"react-device-detect": "^2.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.2",
"react-hook-form": "^7.45.1",
"react-i18next": "^14.1.0",
"react-icons": "^4.10.1",
"react-markdown": "^9.0.1",
"react-mathjax": "^1.0.1",
"react-split": "^2.0.14",
"react-syntax-highlighter": "^15.5.0",
"react-youtube": "^10.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"styled-components": "^6.0.2",
"swiper": "^11.1.1",
"tailwindcss-animate": "^1.0.7",
"viem": "~2.8.18",
"wagmi": "^2.5.12",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cz-commitlint": "17.5.0",
"@playwright/test": "^1.35.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/lodash-es": "^4.17.7",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-mathjax": "^1.0.4",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/testing-library__jest-dom": "^5.14.7",
"@types/uuid": "^9.0.2",
"@wagmi/cli": "^2.1.4",
"autoprefixer": "^10.4.14",
"commitizen": "4.3.0",
"ejs": "^3.1.9",
"encoding": "^0.1.13",
"eslint": "^8.44.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-pretty": "5.0.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "8.0.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"lint-staged": "13.2.3",
"lodash": "^4.17.21",
"next-plugin-antd-less": "^1.8.0",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.14",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.63.6",
"scss": "^0.2.4",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.5",
"typescript-plugin-css-modules": "^5.0.1",
"uuid": "^9.0.0"
},
"lint-staged": {
"*.{js,ts,vue,jsx,tsx}": [
"npx eslint --rule 'unused-imports/no-unused-imports: error' --ext .js,.jsx,.ts,.tsx --config .eslintrc.js --fix ./"
],
"*.{js,jsx,ts,tsx,md,html,css,lees,scss,sass}": "prettier --write"
},
"config": {
"commitizen": {
"path": "node_modules/@commitlint/cz-commitlint"
}
}
}