mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"name": "@iconify-demo/vue2",
|
|
"version": "1.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"@iconify/vue2": "^1.2.1",
|
|
"@vue/cli-plugin-babel": "^4.5.17",
|
|
"@vue/cli-plugin-typescript": "^4.5.17",
|
|
"@vue/cli-service": "^4.5.17",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"core-js": "^3.21.1",
|
|
"typescript": "^4.6.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|