2020-04-28 09:47:35 +00:00
|
|
|
{
|
2022-01-29 07:44:10 +00:00
|
|
|
"name": "@iconify-demo/vue",
|
2020-08-23 16:01:32 +00:00
|
|
|
"version": "2.0.0",
|
2020-04-28 09:47:35 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-08-23 16:01:32 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-24 17:44:10 +00:00
|
|
|
"vue": "^3.2.29"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-24 17:44:10 +00:00
|
|
|
"@iconify-icons/bx": "^1.1.5",
|
|
|
|
"@iconify-icons/dashicons": "^1.1.1",
|
2022-03-31 12:59:42 +00:00
|
|
|
"@iconify/types": "^1.1.0",
|
2022-03-31 13:59:52 +00:00
|
|
|
"@iconify/vue": "^3.2.1",
|
2022-01-24 17:44:10 +00:00
|
|
|
"@vitejs/plugin-vue": "^2.1.0",
|
2022-03-30 16:58:39 +00:00
|
|
|
"typescript": "^4.6.3",
|
2022-01-24 17:44:10 +00:00
|
|
|
"vite": "^2.7.13"
|
2020-04-28 09:47:35 +00:00
|
|
|
}
|
|
|
|
}
|