-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "markkk",
"version": "0.0.0",
"description": "Éditeur Markdown & Convertisseur PDF",
"author": "Fabio RAMOS LOPES",
"license": "MIT",
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"engineStrict": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.3.4",
"@codemirror/theme-one-dark": "^6.1.3",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-brands-svg-icons": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/vue-fontawesome": "^3.1.1",
"@tailwindcss/vite": "^4.1.12",
"daisyui": "^5.1.6",
"html2canvas-pro": "^1.5.11",
"idb": "^8.0.3",
"markdown-it": "^14.1.0",
"pinia": "^3.0.3",
"tailwindcss": "^4.1.12",
"vite-plugin-pwa": "^1.2.0",
"vue": "^3.5.18",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.1",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.1.2"
}
}