49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "demo",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "husky",
|
|
"lint": "eslint .",
|
|
"fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.9.8",
|
|
"hook-fetch": "^0.0.9-beta",
|
|
"reset-css": "^5.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "4",
|
|
"vue-element-plus-x": "file:../element-plus-x/packages/components"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.12.0",
|
|
"@changesets/cli": "^2.29.2",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@vitejs/plugin-vue": "^5.2.2",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"commitlint": "^19.8.0",
|
|
"cz-git": "^1.11.1",
|
|
"eslint": "^9.25.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.1",
|
|
"prettier": "^3.5.3",
|
|
"sass-embedded": "^1.86.3",
|
|
"stylelint": "^16.18.0",
|
|
"typescript": "~5.7.3",
|
|
"unocss": "66.1.0-beta.12",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"vite": "^6.3.1",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|