2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 17:12:03 +00:00
iconify/components-demo/vue2-demo/package.json

23 lines
452 B
JSON
Raw Normal View History

{
"name": "vue2-demo",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2022-01-11 10:37:20 +00:00
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.3",
"@iconify-icons/dashicons": "^1.2.2",
2022-06-19 17:58:50 +00:00
"@iconify/vue2": "workspace:*",
"vite": "^2.9.12",
"vite-plugin-vue2": "^2.0.1"
}
}