|
@@ -1,16 +1,16 @@
|
|
{
|
|
{
|
|
- "name": "pptist",
|
|
|
|
|
|
+ "name": "ppt-list",
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"private": true,
|
|
"type": "module",
|
|
"type": "module",
|
|
"scripts": {
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev": "vite",
|
|
- "build": "run-p type-check \"build-only {@}\" --",
|
|
|
|
- "preview": "vite preview",
|
|
|
|
- "build-only": "vite build",
|
|
|
|
|
|
+ "build:prod": "vite build",
|
|
|
|
+ "build:stag": "vite build --mode staging",
|
|
|
|
+ "build:devProd": "vite build --mode devProd",
|
|
|
|
+ "preview": "vite preview --port 9528",
|
|
"type-check": "vue-tsc --build --force",
|
|
"type-check": "vue-tsc --build --force",
|
|
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
- "prepare": "husky install"
|
|
|
|
|
|
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
@@ -57,12 +57,14 @@
|
|
"@types/svg-arc-to-cubic-bezier": "^3.2.2",
|
|
"@types/svg-arc-to-cubic-bezier": "^3.2.2",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
|
|
+ "@vue/eslint-config-prettier": "^10.1.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"npm-run-all2": "^6.1.1",
|
|
"npm-run-all2": "^6.1.1",
|
|
"sass": "^1.69.6",
|
|
"sass": "^1.69.6",
|
|
|
|
+ "prettier": "^3.3.3",
|
|
"typescript": "~5.3.0",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.3.5",
|
|
"vite": "^5.3.5",
|
|
"vue-tsc": "^2.0.29"
|
|
"vue-tsc": "^2.0.29"
|