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

27 lines
652 B
JSON
Raw Normal View History

{
2022-01-29 07:44:10 +00:00
"name": "@iconify-demo/vue2",
"version": "1.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
2022-01-11 10:37:20 +00:00
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@iconify-icons/bx": "^1.1.5",
"@iconify-icons/dashicons": "^1.1.1",
2022-03-30 16:58:39 +00:00
"@iconify/vue2": "^1.2.0",
2022-03-31 08:07:42 +00:00
"@vue/cli-plugin-babel": "^4.5.17",
"@vue/cli-plugin-typescript": "^4.5.17",
"@vue/cli-service": "^4.5.17",
2022-01-11 10:37:20 +00:00
"@vue/eslint-config-typescript": "^10.0.0",
2022-03-31 08:07:42 +00:00
"core-js": "^3.21.1",
2022-03-30 16:58:39 +00:00
"typescript": "^4.6.3",
2022-01-11 10:37:20 +00:00
"vue-template-compiler": "^2.6.14"
}
}