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": {
|
2023-04-02 07:29:40 +00:00
|
|
|
"vue": "^3.2.47"
|
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:*",
|
2023-04-02 07:29:40 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
|
|
"typescript": "^5.0.3",
|
|
|
|
"vite": "^4.2.1"
|
2020-04-28 09:47:35 +00:00
|
|
|
}
|
|
|
|
}
|