-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "freetool---ai-代码高亮",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.29.1",
"@react-pdf/renderer": "^4.3.1",
"gifuct-js": "^2.1.2",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"mammoth": "^1.11.0",
"pdfjs-dist": "^5.4.449",
"pptxgenjs": "^4.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"web-vitals": "^5.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^22.14.0",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.22",
"gif.js": "^0.2.0",
"highlight.js": "^11.9.0",
"katex": "^0.16.9",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1"
}
}