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

21 lines
390 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,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"vue": "^3.2.37"
2022-05-14 20:42:13 +00:00
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.3",
"@iconify-icons/dashicons": "^1.2.2",
"@vitejs/plugin-vue": "^2.3.3",
2022-06-19 17:58:50 +00:00
"iconify-icon": "workspace:*",
"typescript": "^4.7.4",
"vite": "^2.9.12"
2022-05-14 20:42:13 +00:00
}
}