Files
mdmdms_fs_prod/package.json

32 lines
840 B
JSON
Raw Permalink Normal View History

2025-12-19 14:26:09 +08:00
{
"name": "MDMDS",
"version": "0.1.1",
"private": true,
"scripts": {
"test":"set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --mode test",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:qa":"vue-cli-service build --mode qa",
"build:production":"vue-cli-service build --mode production"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"echarts": "^5.1.2",
"element-ui": "^2.15.1",
"fingerprintjs2": "^2.1.4",
"keycloak-js": "^15.0.2",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}