2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 14:13:06 +00:00
iconify/iconify-icon-demo/vue-demo/package.json

22 lines
409 B
JSON
Raw Normal View History

2022-05-14 20:42:13 +00:00
{
"name": "@iconify-icon/vue-demo",
"version": "1.0.0",
"private": true,
"type": "module",
2022-05-14 20:42:13 +00:00
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"vue": "^3.5.12"
2022-05-14 20:42:13 +00:00
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.6",
"@iconify-icons/dashicons": "^1.2.4",
"@vitejs/plugin-vue": "^5.1.4",
2022-06-19 17:58:50 +00:00
"iconify-icon": "workspace:*",
"typescript": "^5.6.3",
"vite": "^5.4.10"
2022-05-14 20:42:13 +00:00
}
}