You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1008 B
37 lines
1008 B
{
|
|
"name": "pathogendata",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
|
|
"npm:i": "npm i -d --registry=https://registry.npmmirror.com",
|
|
"updateapi": "git submodule update --init --recursive"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@jamescoyle/vue-icon": "^0.1.2",
|
|
"@mdi/font": "^7.4.47",
|
|
"@mdi/js": "^7.4.47",
|
|
"axios": "^1.7.9",
|
|
"csv-parse": "^5.6.0",
|
|
"dayjs": "^1.11.13",
|
|
"element-plus": "^2.9.0",
|
|
"lodash": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^10.0.5",
|
|
"vue-router": "^4.5.0",
|
|
"vuetify": "^3.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"sass": "~1.32.0",
|
|
"sass-loader": "^10.5.2",
|
|
"unplugin-fonts": "^1.3.1",
|
|
"unplugin-vue-components": "^0.27.5",
|
|
"vite": "^5.4.11",
|
|
"vite-plugin-vuetify": "^2.0.4"
|
|
}
|
|
}
|
|
|