mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-11 22:50:42 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "nazhua",
|
|
"version": "0.3.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.5.1",
|
|
"flag-icons": "^7.2.3",
|
|
"font-logos": "^1.3.0",
|
|
"remixicon": "^4.5.0",
|
|
"vue": "^3.5.12",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.4.5",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.9",
|
|
"@babel/eslint-parser": "^7.24.8",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vue/eslint-config-airbnb": "^7.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^8.34.0",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"sass": "^1.81.0",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-babel": "^1.2.0",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hi2shark/nazhua"
|
|
}
|
|
}
|