2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-12 15:56:29 +00:00
iconify/components-demo/vue2-demo/package.json

24 lines
488 B
JSON
Raw Normal View History

{
"name": "vue2-demo",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2023-04-02 07:29:40 +00:00
"vue": "2.7.14",
"vue-class-component": "^7.2.6",
2023-01-27 16:35:04 +00:00
"vue-property-decorator": "^9.1.2",
2023-04-02 07:29:40 +00:00
"vue-template-compiler": "2.7.14"
},
"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/vue2": "workspace:*",
2022-09-08 06:16:41 +00:00
"vite": "^2.9.15",
2023-04-02 07:29:40 +00:00
"vite-plugin-vue2": "^2.0.3"
}
}