mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-11 14:40:43 +08:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "nazhua",
|
|
"version": "0.9.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:cdn": "cross-env VITE_SARASA_TERM_SC_USE_CDN=1 VITE_USE_CDN=1 vite build",
|
|
"build:nazhua": "cross-env VITE_BASE_PATH=/nazhua/ VITE_NEZHA_VERSION=v0 VITE_SARASA_TERM_SC_USE_CDN=1 VITE_USE_CDN=1 vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.5.1",
|
|
"flag-icons": "^7.2.3",
|
|
"font-logos": "^1.3.0",
|
|
"remixicon": "^4.7.0",
|
|
"uniqolor": "^1.1.1",
|
|
"vue": "^3.5.12",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.4.5",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@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.2.4",
|
|
"@vue/eslint-config-airbnb": "^7.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"sass": "^1.81.0",
|
|
"vite": "^6.4.1",
|
|
"vite-plugin-babel": "^1.3.2",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-svg-loader": "^5.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hi2shark/nazhua"
|
|
}
|
|
}
|