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

22 lines
419 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.4.21"
2020-04-28 09:47:35 +00:00
},
"devDependencies": {
2023-04-02 07:29:40 +00:00
"@iconify-icons/bx": "^1.2.6",
"@iconify-icons/dashicons": "^1.2.4",
2022-06-19 17:58:50 +00:00
"@iconify/types": "workspace:*",
"@iconify/vue": "workspace:*",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.4.5",
"vite": "^4.5.3"
2020-04-28 09:47:35 +00:00
}
}