All checks were successful
BeijingMediaOfficialWebsite-ZhaoJian/BeijingMediaOfficialWebsite-ZhaoJian/pipeline/head This commit looks good
30 lines
623 B
JSON
30 lines
623 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --cache"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.25"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.2",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-vue": "~10.5.1",
|
|
"globals": "^16.5.0",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-vue-devtools": "^8.0.5"
|
|
}
|
|
}
|