-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.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
{
"name": "md2ppt-evolution",
"private": true,
"version": "1.1.0",
"description": "Markdown to PowerPoint Converter",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"i18next-browser-languagedetector": "^8.2.0",
"js-yaml": "^4.1.1",
"jszip": "^3.10.1",
"kbar": "^0.1.0-beta.48",
"lucide-react": "^0.562.0",
"marked": "^17.0.1",
"mermaid": "^11.12.2",
"peerjs": "^1.5.5",
"pptxgenjs": "^4.0.1",
"qrcode": "^1.5.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"recharts": "^3.6.0",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"shiki": "^3.21.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/js-yaml": "^4.0.9",
"@types/jszip": "^3.4.0",
"@types/node": "^25.0.9",
"@types/qrcode": "^1.5.6",
"@vitejs/plugin-react": "^5.0.0",
"i18next": "^25.8.0",
"jsdom": "^27.4.0",
"react-i18next": "^16.5.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.17"
}
}