🔧 (vite) migrate to vite (#7)
This commit is contained in:
28
package.json
28
package.json
@@ -3,20 +3,21 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"test": "vitest",
|
||||
"lint": "vue-cli-service lint",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
||||
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.png --no-manifest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@octokit/core": "^3.5.1",
|
||||
"@octokit/rest": "^18.12.0",
|
||||
"@octokit/core": "^4.2.4",
|
||||
"@octokit/rest": "^19.0.13",
|
||||
"@toycode/markdown-it-class": "^1.2.4",
|
||||
"@vueuse/core": "^7.2.2",
|
||||
"bulma": "^0.9.4",
|
||||
"core-js": "^3.31.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"markdown-it": "^12.3.0",
|
||||
"markdown-it-block-embed": "^0.0.3",
|
||||
"markdown-it-checkbox": "^1.1.0",
|
||||
@@ -30,8 +31,8 @@
|
||||
"register-service-worker": "^1.7.2",
|
||||
"retrobus": "^1.9.1",
|
||||
"sanitize-html": "^2.11.0",
|
||||
"vue": "^3.2.24",
|
||||
"vue-i18n": "^9.0.0",
|
||||
"vue": "^3.3.4",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-router": "^4.0.0-rc.2",
|
||||
"vuex": "^4.0.0-rc.1"
|
||||
},
|
||||
@@ -43,13 +44,7 @@
|
||||
"@types/sanitize-html": "^2.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"@vue/cli-plugin-babel": "~5.0.8",
|
||||
"@vue/cli-plugin-eslint": "~5.0.8",
|
||||
"@vue/cli-plugin-pwa": "~5.0.8",
|
||||
"@vue/cli-plugin-router": "~5.0.8",
|
||||
"@vue/cli-plugin-typescript": "~5.0.8",
|
||||
"@vue/cli-plugin-vuex": "~5.0.8",
|
||||
"@vue/cli-service": "~5.0.8",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vue/compiler-sfc": "^3.2.24",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^9.1.0",
|
||||
@@ -61,8 +56,9 @@
|
||||
"eslint-plugin-vue": "^8.2.0",
|
||||
"node-sass": "^9.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"sass-loader": "^13.3.2",
|
||||
"sass": "^1.63.6",
|
||||
"typescript": "~4.5.3",
|
||||
"vite": "^4.3.9",
|
||||
"vitest": "^0.32.2",
|
||||
"webpack": "^5.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user