-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "markdown2png",
"version": "0.6.8",
"packageManager": "[email protected]",
"scripts": {
"start": "pnpm vite",
"dev": "vite",
"build": "run-p type-check build-only",
"deploy": "bash deploy.sh",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^1.0.6",
"@silvia-odwyer/photon": "^0.3.2",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"marked": "^10.0.0",
"pinia": "^2.1.7",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.5",
"typescript": "~5.3.2",
"vite": "^5.0.2",
"vite-plugin-wasm": "^3.2.2",
"vue-tsc": "^1.8.22"
}
}