-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.09 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
{
"name": "zhihuiyuyan-fe",
"version": "1.0.0",
"description": "智汇语研网站前端",
"private": true,
"author": "ZhiHuiYuYan",
"contributors": [
"BlackishGreen33 <[email protected]> (https://www.blackishgreen.link/)"
],
"homepage": "https://github.com/zhihuiyuyan/ZhiHuiYuYan-FE",
"repository": "https://github.com/zhihuiyuyan/ZhiHuiYuYan-FE",
"bugs": {
"url": "https://github.com/zhihuiyuyan/ZhiHuiYuYan-FE/issues",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@emotion/styled": "^11.11.5",
"@radix-ui/react-avatar": "^1.0.4",
"@types/jsonwebtoken": "^9.0.6",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"echarts": "^5.5.0",
"firebase": "^10.11.1",
"firebase-admin": "^12.1.0",
"framer-motion": "^11.1.7",
"jsonwebtoken": "^9.0.2",
"next": "14.2.3",
"next-nprogress-bar": "^2.3.11",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"sass": "^1.76.0",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.9",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.5",
"eslint": "^9.2.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}