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

22 lines
420 B
JSON
Raw Normal View History

2020-04-28 09:47:35 +00:00
{
2022-01-29 07:44:10 +00:00
"name": "@iconify-demo/vue",
"version": "2.0.0",
2020-04-28 09:47:35 +00:00
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
2020-04-28 09:47:35 +00:00
},
"dependencies": {
"vue": "^3.2.37"
2020-04-28 09:47:35 +00:00
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.3",
"@iconify-icons/dashicons": "^1.2.2",
2022-06-19 17:58:50 +00:00
"@iconify/types": "workspace:*",
"@iconify/vue": "workspace:*",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.7.4",
"vite": "^2.9.12"
2020-04-28 09:47:35 +00:00
}
}