-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.46 KB
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
{
"name": "agicto",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/icons": "^5.3.1",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@mapbox/rehype-prism": "^0.9.0",
"@markdoc/next.js": "^0.1.4",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@nextui-org/react": "1.0.0-beta.13",
"@sindresorhus/slugify": "^2.1.0",
"@tailwindcss/typography": "^0.5.2",
"@tremor/react": "^3.13.4",
"@types/mdx": "^2.0.10",
"acorn": "^8.11.3",
"antd": "^5.13.2",
"antd-mobile": "^5.34.0",
"antd-mobile-icons": "^0.3.0",
"axios": "^1.6.5",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"css-loader": "^6.9.1",
"date-fns": "^3.3.1",
"echarts": "^5.4.3",
"express": "^4.18.2",
"fast-glob": "^3.3.2",
"focus-visible": "^5.2.0",
"framer-motion": "^11.0.8",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"moment": "^2.30.1",
"next": "14.0.4",
"next-transpile-modules": "^10.0.1",
"postcss-loader": "^8.0.0",
"prism-react-renderer": "^1.3.5",
"qiniu-js": "^3.4.2",
"qrcode": "^1.5.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.3",
"rehype-katex": "^7.0.0",
"remark": "14.0.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "3.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "2.3.0",
"sass": "^1.72.0",
"shiki": "0.11.1",
"simple-functional-loader": "1.2.1",
"style-loader": "^3.3.4",
"swiper": "^11.0.5",
"unist-util-filter": "4.0.1",
"unist-util-visit": "4.1.1",
"uuid": "^9.0.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tauri-apps/cli": "^1.5.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"core-js": "^3.37.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"install": "^0.13.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}