2021-05-06 15:22:48 +00:00
|
|
|
{
|
2022-01-29 07:44:10 +00:00
|
|
|
"name": "@iconify-demo/vue2",
|
2021-05-06 15:22:48 +00:00
|
|
|
"version": "1.0.2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
2021-11-11 08:22:19 +00:00
|
|
|
"build": "vue-cli-service build"
|
2021-05-06 15:22:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-11 10:37:20 +00:00
|
|
|
"vue": "^2.6.14",
|
2021-05-06 15:22:48 +00:00
|
|
|
"vue-class-component": "^7.2.6",
|
|
|
|
"vue-property-decorator": "^9.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-24 17:44:10 +00:00
|
|
|
"@iconify-icons/bx": "^1.1.5",
|
|
|
|
"@iconify-icons/dashicons": "^1.1.1",
|
2022-03-31 13:59:52 +00:00
|
|
|
"@iconify/vue2": "^1.2.1",
|
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"
|
2021-05-06 15:22:48 +00:00
|
|
|
}
|
|
|
|
}
|