56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "rd_mes_front_hmi",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host --open",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.{ts,vue}\"",
|
|
"lint:fix": "eslint \"src/**/*.{ts,vue}\" --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,vue,js,json,css,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.17.21",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.10.0",
|
|
"jsencrypt": "^3.5.4",
|
|
"lodash": "^4.17.21",
|
|
"pinia": "^3.0.3",
|
|
"unplugin-vue-components": "^28.7.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/lucide": "^1.2.66",
|
|
"@types/event-source-polyfill": "^1.0.5",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^24.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
"@typescript-eslint/parser": "^8.53.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-vue": "^10.6.2",
|
|
"event-source-polyfill": "^1.0.31",
|
|
"js-cookie": "^3.0.5",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^3.7.4",
|
|
"sass-embedded": "^1.89.2",
|
|
"typescript": "~5.8.3",
|
|
"unplugin-icons": "^22.2.0",
|
|
"vite": "^6.3.5",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|