2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 14:20:57 +00:00
iconify/components-demo/vue2-demo/package.json
2023-04-02 10:29:40 +03:00

24 lines
488 B
JSON

{
"name": "vue2-demo",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "2.7.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "2.7.14"
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.6",
"@iconify-icons/dashicons": "^1.2.4",
"@iconify/vue2": "workspace:*",
"vite": "^2.9.15",
"vite-plugin-vue2": "^2.0.3"
}
}