-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
112 lines (112 loc) · 3.26 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
{
"name": "v2.codebayu.com",
"version": "1.2.6",
"private": true,
"scripts": {
"dev": "next dev -H localhost",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --fix && yarn format",
"format": "prettier --write .",
"format:check": "prettier -c .",
"test": "vitest",
"coverage": "vitest --coverage --run",
"prepare": "husky"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codebayu/v2.codebayu.com"
},
"homepage": "https://www.codebayu.com",
"dependencies": {
"@codebayu/use-hydration-zustand": "^1.0.2",
"@ctrl/react-adsense": "^1.7.0",
"@hello-pangea/dnd": "^16.3.0",
"@next/third-parties": "^14.2.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "^20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.7",
"aos": "^2.3.4",
"autoprefixer": "10.4.15",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"driver.js": "^1.3.0",
"eslint": "8.47.0",
"eslint-config-next": "^14.0.4",
"firebase": "^10.8.1",
"framer-motion": "^10.16.1",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.6",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.3",
"react-hook-form": "^7.47.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-player": "^2.14.1",
"react-scroll": "^1.8.9",
"react-share": "^5.1.1",
"react-syntax-highlighter": "^15.5.0",
"react-type-animation": "^3.2.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"schema-dts": "^1.1.2",
"swr": "^2.2.1",
"tailwind-merge": "^2.2.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"usehooks-ts": "^2.15.1",
"uuid": "^9.0.1",
"vaul": "^1.1.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aos": "^3.0.4",
"@types/react-scroll": "^1.8.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-istanbul": "^0.34.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^9.0.7",
"jsdom": "^22.1.0",
"json-summary": "^1.3.0",
"next-router-mock": "^0.9.11",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"ts-node": "^10.9.1",
"vitest": "^0.34.4"
},
"resolutions": {
"@babel/traverse": "7.23.2",
"get-func-name": "2.0.2",
"@adobe/css-tools": "4.3.2",
"postcss": "8.4.31",
"vite": "4.5.2"
}
}