2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-23 07:08:34 +00:00

23 lines
451 B
JSON
Raw Normal View History

2022-05-15 00:48:08 +03:00
{
2022-06-19 21:56:54 +03:00
"name": "vue2-demo",
2022-05-15 00:48:08 +03:00
"private": true,
2022-06-19 21:56:54 +03:00
"version": "0.0.0",
2022-05-15 00:48:08 +03:00
"scripts": {
2022-06-19 21:56:54 +03:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
2022-05-15 00:48:08 +03:00
},
"dependencies": {
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@iconify-icons/bx": "^1.2.3",
"@iconify-icons/dashicons": "^1.2.2",
2022-06-19 20:58:50 +03:00
"iconify-icon": "workspace:*",
"vite": "^2.9.12",
2022-06-19 21:56:54 +03:00
"vite-plugin-vue2": "^2.0.1"
2022-05-15 00:48:08 +03:00
}
}