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