-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.49 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
{
"name": "zhixuetupu",
"version": "0.1.0",
"private": true,
"description": "智学图谱 - 学习分析系统(软工导论)",
"author": "BlackishGreen33 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BlackishGreen33/ZhiXueTuPu.git"
},
"bugs": {
"url": "https://github.com/BlackishGreen33/ZhiXueTuPu/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"
},
"dependencies": {
"@capacitor/android": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/ios": "^6.2.0",
"@emotion/styled": "^11.14.0",
"@hookform/resolvers": "^3.9.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.1.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@react-hook/media-query": "^1.1.1",
"@syncfusion/ej2": "^27.2.5",
"@syncfusion/ej2-base": "^28.1.33",
"@syncfusion/ej2-react-buttons": "^28.1.36",
"@syncfusion/ej2-react-calendars": "^28.1.35",
"@syncfusion/ej2-react-charts": "^28.1.36",
"@syncfusion/ej2-react-dropdowns": "^28.1.35",
"@syncfusion/ej2-react-grids": "^28.1.35",
"@syncfusion/ej2-react-inputs": "^28.1.33",
"@syncfusion/ej2-react-kanban": "^28.1.33",
"@syncfusion/ej2-react-navigations": "^28.1.36",
"@syncfusion/ej2-react-pdfviewer": "^27.2.5",
"@syncfusion/ej2-react-popups": "^28.1.33",
"@syncfusion/ej2-react-progressbar": "^28.1.33",
"@syncfusion/ej2-react-richtexteditor": "^27.2.5",
"@syncfusion/ej2-react-schedule": "^28.1.36",
"@tanstack/react-query": "^5.62.11",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"framer-motion": "^11.15.0",
"keyword-extractor": "^0.0.28",
"next": "15.1.0",
"next-auth": "^4.24.11",
"next-themes": "^0.4.4",
"openai": "^4.77.0",
"react": "^18.3.1",
"react-d3-cloud": "^1.0.6",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.1",
"react-icons": "^5.4.0",
"relation-graph-react": "^2.2.10",
"sass": "^1.83.0",
"string-similarity": "^4.0.4",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"eslint": "^9.6.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}