2022-05-14 21:48:08 +00:00
|
|
|
{
|
2022-06-19 18:56:54 +00:00
|
|
|
"name": "vue2-demo",
|
2022-05-14 21:48:08 +00:00
|
|
|
"private": true,
|
2022-06-19 18:56:54 +00:00
|
|
|
"version": "0.0.0",
|
2022-05-14 21:48:08 +00:00
|
|
|
"scripts": {
|
2022-06-19 18:56:54 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
2022-05-14 21:48:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-02 07:48:09 +00:00
|
|
|
"vue": "^2.7.14",
|
2022-05-14 21:48:08 +00:00
|
|
|
"vue-class-component": "^7.2.6",
|
|
|
|
"vue-property-decorator": "^9.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-02 07:48:09 +00:00
|
|
|
"@iconify-icons/bx": "^1.2.6",
|
|
|
|
"@iconify-icons/dashicons": "^1.2.4",
|
2022-06-19 17:58:50 +00:00
|
|
|
"iconify-icon": "workspace:*",
|
2023-08-01 20:36:34 +00:00
|
|
|
"vite": "^4.4.8",
|
2023-04-02 07:48:09 +00:00
|
|
|
"vite-plugin-vue2": "^2.0.3"
|
2022-05-14 21:48:08 +00:00
|
|
|
}
|
|
|
|
}
|