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.
55 lines
1.5 KiB
55 lines
1.5 KiB
{ |
|
"name": "vite-project", |
|
"type": "module", |
|
"version": "0.0.0", |
|
"private": true, |
|
"engines": { |
|
"node": ">=20.0.0", |
|
"pnpm": ">=8.14.0" |
|
}, |
|
"scripts": { |
|
"dev": "vite --host --mode development", |
|
"dev:test": "vite --host --mode test", |
|
"dev:prod": "vite --host --mode production", |
|
"dev:zxh": "vite --host --mode zxh", |
|
"dev:lsp": "vite --host --mode lsp", |
|
"build": "vue-tsc && vite build --mode production", |
|
"preview": "vite preview", |
|
"lint": "eslint .", |
|
"lint:fix": "eslint . --fix" |
|
}, |
|
"dependencies": { |
|
"@ant-design/icons-vue": "^7.0.1", |
|
"@vueuse/core": "^10.7.2", |
|
"ant-design-vue": "^4.1.0", |
|
"axios": "^1.6.5", |
|
"clipboard-copy": "^4.0.1", |
|
"crypto-js": "^4.2.0", |
|
"dayjs": "^1.11.10", |
|
"lodash-es": "^4.17.21", |
|
"md-editor-v3": "^4.11.0", |
|
"mqtt": "^5.3.4", |
|
"pinia": "^2.1.7", |
|
"pinia-plugin-persistedstate": "^3.2.1", |
|
"qs": "^6.11.2", |
|
"vue": "^3.3.11", |
|
"vue-router": "^4.2.5" |
|
}, |
|
"devDependencies": { |
|
"@antfu/eslint-config": "^2.6.2", |
|
"@types/crypto-js": "^4.2.1", |
|
"@types/lodash-es": "^4.17.12", |
|
"@types/node": "^20.11.0", |
|
"@types/qs": "^6.9.11", |
|
"@vitejs/plugin-vue": "^4.5.2", |
|
"@vitejs/plugin-vue-jsx": "^3.1.0", |
|
"eslint": "^8.56.0", |
|
"eslint-plugin-format": "^0.1.0", |
|
"sass": "^1.69.7", |
|
"typescript": "^5.2.2", |
|
"unocss": "^0.58.3", |
|
"vite": "^5.0.8", |
|
"vite-plugin-svg-icons": "^2.0.1", |
|
"vue-tsc": "^1.8.25" |
|
} |
|
}
|
|
|