Skip to content

Commit

Permalink
⬆️ update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Oct 5, 2023
1 parent c8fe943 commit e2d8275
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 330 deletions.
152 changes: 76 additions & 76 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,76 @@
{
"name": "vue3-vite-alova-ts-vitest",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --mode dev",
"pro": "vite --mode pro",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode dev",
"build:pro": "vue-tsc --noEmit && vite build --mode pro",
"preview": "vite preview",
"test": "vitest",
"typecheck": "vue-tsc --noEmit",
"commit": "git add . && git-cz",
"push": "git push",
"prepare": "husky install",
"lint": "eslint .",
"fix": "eslint src/**/*.* --fix",
"up": "taze major -I"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji"
}
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"alova": "^2.13.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@alova/adapter-axios": "^1.1.1",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/mdi": "^1.1.54",
"@ileostar/eslint-config": "^0.3.0",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@unocss/eslint-config": "^0.56.4",
"@unocss/eslint-plugin": "^0.56.4",
"@unocss/preset-icons": "^0.56.4",
"@vitejs/plugin-vue": "^4.2.3",
"commitizen": "^4.3.0",
"cz-emoji": "1.3.2-canary.2",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint": "^0.8.19",
"lint-staged": "^14.0.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"taze": "^0.11.3",
"typescript": "^5.0.2",
"unocss": "^0.56.4",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.1",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.4.5",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.5"
},
"lint-staged": {
"src/**/*.{js,vue,ts}": [
"eslint --fix",
"git add ."
]
}
}
{
"name": "vue3-vite-alova-ts-vitest",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --mode dev",
"pro": "vite --mode pro",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode dev",
"build:pro": "vue-tsc --noEmit && vite build --mode pro",
"preview": "vite preview",
"test": "vitest",
"typecheck": "vue-tsc --noEmit",
"commit": "git add . && git-cz",
"push": "git push",
"prepare": "husky install",
"lint": "eslint .",
"fix": "eslint src/**/*.* --fix",
"up": "taze major -I"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji"
}
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"alova": "^2.13.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@alova/adapter-axios": "^1.1.1",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/mdi": "^1.1.54",
"@ileostar/eslint-config": "^0.3.0",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@unocss/eslint-config": "^0.56.5",
"@unocss/eslint-plugin": "^0.56.5",
"@unocss/preset-icons": "^0.56.5",
"@vitejs/plugin-vue": "^4.4.0",
"commitizen": "^4.3.0",
"cz-emoji": "1.3.2-canary.2",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint": "^0.8.19",
"lint-staged": "^14.0.1",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"taze": "^0.11.3",
"typescript": "^5.2.2",
"unocss": "^0.56.5",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.1",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
},
"lint-staged": {
"src/**/*.{js,vue,ts}": [
"eslint --fix",
"git add ."
]
}
}
Loading

0 comments on commit e2d8275

Please sign in to comment.