-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.81 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
{
"name": "bilibili-analyzer",
"version": "0.1.0",
"private": true,
"description": "哔哩哔哩近期热门视频分类检索分析系统 - 数据库大作业",
"author": "BlackishGreen33 <s5460703@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BlackishGreen33/BiliBili-Analyzer.git"
},
"bugs": {
"url": "https://github.com/BlackishGreen33/BiliBili-Analyzer/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"static": "next build && next export",
"prettier": "prettier --write .",
"prepare": "husky install",
"crawldata": "node CrawlPopular.cjs"
},
"dependencies": {
"@ant-design/pro-components": "^2.8.4",
"@capacitor/android": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/ios": "^6.2.0",
"@emotion/styled": "^11.14.0",
"@iframe-resizer/react": "^5.3.2",
"@million/lint": "1.0.14",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@syncfusion/ej2": "^28.1.39",
"@syncfusion/ej2-base": "^28.1.33",
"@syncfusion/ej2-react-calendars": "^28.1.39",
"@syncfusion/ej2-react-charts": "^28.1.37",
"@syncfusion/ej2-react-dropdowns": "^28.1.41",
"@syncfusion/ej2-react-grids": "^28.1.38",
"@syncfusion/ej2-react-inputs": "^28.1.37",
"@syncfusion/ej2-react-kanban": "^28.1.39",
"@syncfusion/ej2-react-popups": "^28.1.39",
"@syncfusion/ej2-react-richtexteditor": "^28.1.38",
"@syncfusion/ej2-react-schedule": "^28.1.39",
"antd": "^5.23.1",
"antd-style": "^3.7.1",
"axios": "^1.7.9",
"cheerio": "1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"million": "^3.1.11",
"next": "15.1.6",
"next-themes": "^0.4.4",
"puppeteer": "^24.1.0",
"react": "^18.3.1",
"react-d3-cloud": "^1.0.6",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"sass": "^1.83.4",
"styled-components": "^6.1.14",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.3"
},
"devDependencies": {
"@capacitor/cli": "^7.0.1",
"@types/node": "^22.10.7",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}