|
@@ -8,7 +8,8 @@
|
|
|
"preview": "vite preview --port 4173",
|
|
|
"build-only": "vite build",
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
|
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
+ "domain": "plop domain"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
"eslint": "^8.54.0",
|
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
+ "plop": "^4.0.1",
|
|
|
"prettier": "^3.1.0",
|
|
|
"sass": "^1.69.5",
|
|
|
"typescript": "~5.3.2",
|