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

23 lines
451 B
JSON
Raw Normal View History

2022-05-14 21:48:08 +00:00
{
2022-06-19 18:56:54 +00:00
"name": "vue2-demo",
2022-05-14 21:48:08 +00:00
"private": true,
2022-06-19 18:56:54 +00:00
"version": "0.0.0",
2022-05-14 21:48:08 +00:00
"scripts": {
2022-06-19 18:56:54 +00:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
2022-05-14 21:48:08 +00:00
},
"dependencies": {
"vue": "^2.7.14",
2022-05-14 21:48:08 +00:00
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.6",
"@iconify-icons/dashicons": "^1.2.4",
2022-06-19 17:58:50 +00:00
"iconify-icon": "workspace:*",
"vite": "^2.9.15",
"vite-plugin-vue2": "^2.0.3"
2022-05-14 21:48:08 +00:00
}
}