mackenzii/package.json
2024-03-10 01:35:31 -05:00

36 lines
852 B
JSON

{
"name": "static-web-templates",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vue-tsc && vite-ssg build",
"preview": "vite preview"
},
"devDependencies": {
"@types/dompurify": "3.0.5",
"@types/js-yaml": "4.0.9",
"@types/node": "18.16.x",
"@unhead/vue": "1.8.12",
"@vitejs/plugin-vue": "5.0.4",
"dompurify": "3.0.9",
"github-slugger": "2.0.0",
"highlight.js": "11.9.0",
"js-yaml": "4.1.0",
"marked": "12.0.1",
"marked-highlight": "2.1.1",
"normalize.css": "8.0.1",
"pinia": "2.1.7",
"pug": "3.0.2",
"rfdc": "1.3.1",
"sass": "1.71.1",
"typescript": "5.4.2",
"vite": "5.1.4",
"vite-ssg": "0.23.6",
"vue": "3.4.19",
"vue-router": "4.3.0",
"vue-tippy": "6.4.1",
"vue-tsc": "1.8.27"
}
}