2021-05-06 15:22:48 +00:00
|
|
|
{
|
2022-06-19 18:52:07 +00:00
|
|
|
"name": "vue2-demo",
|
2021-05-06 15:22:48 +00:00
|
|
|
"private": true,
|
2022-06-19 18:52:07 +00:00
|
|
|
"version": "0.0.0",
|
2021-05-06 15:22:48 +00:00
|
|
|
"scripts": {
|
2022-06-19 18:52:07 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
2021-05-06 15:22:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-02 07:29:40 +00:00
|
|
|
"vue": "2.7.14",
|
2021-05-06 15:22:48 +00:00
|
|
|
"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"
|
2021-05-06 15:22:48 +00:00
|
|
|
},
|
|
|
|
"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"
|
2021-05-06 15:22:48 +00:00
|
|
|
}
|
|
|
|
}
|