38 lines
967 B
JSON
38 lines
967 B
JSON
{
|
|
"name": "jetlinks-vue",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode develop",
|
|
"build": "vite build --mode production",
|
|
"preview": "vite preview",
|
|
"eslint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
|
"prettier": "prettier --write"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^3.2.15",
|
|
"axios": "^1.2.1",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"pinia": "^2.0.28",
|
|
"unplugin-auto-import": "^0.12.1",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/node": "^18.11.17",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"prettier": "^2.8.1",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0",
|
|
"vue-tsc": "^1.0.11"
|
|
}
|
|
}
|