2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-10 00:27:52 +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": {
2024-12-07 06:22:33 +00:00
"vue": "^3.5.13"
2022-05-14 20:42:13 +00:00
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.6",
"@iconify-icons/dashicons": "^1.2.4",
2024-12-07 06:22:33 +00:00
"@vitejs/plugin-vue": "^5.2.1",
2022-06-19 17:58:50 +00:00
"iconify-icon": "workspace:*",
2024-12-07 06:22:33 +00:00
"typescript": "^5.7.2",
"vite": "^5.4.11"
2022-05-14 20:42:13 +00:00
}
}