build: move from Vue CLI to Vite
This commit is contained in:
+6
-27
@@ -12,11 +12,9 @@
|
||||
"license": "MIT",
|
||||
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
||||
"scripts": {
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint",
|
||||
"serve": "vue-cli-service serve",
|
||||
"test:e2e": "vue-cli-service test:e2e",
|
||||
"test:unit": "vue-cli-service test:unit"
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coreui/chartjs": "^3.1.2",
|
||||
@@ -26,32 +24,13 @@
|
||||
"@coreui/utils": "^2.0.2",
|
||||
"@coreui/vue": "^4.9.0-beta.1",
|
||||
"@coreui/vue-chartjs": "2.1.0",
|
||||
"core-js": "^3.31.0",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.2",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.5",
|
||||
"@babel/eslint-parser": "^7.22.5",
|
||||
"@vue/cli-plugin-babel": "~5.0.8",
|
||||
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
|
||||
"@vue/cli-plugin-eslint": "~5.0.8",
|
||||
"@vue/cli-plugin-router": "~5.0.8",
|
||||
"@vue/cli-plugin-unit-jest": "~5.0.8",
|
||||
"@vue/cli-plugin-vuex": "~5.0.8",
|
||||
"@vue/cli-service": "~5.0.8",
|
||||
"@vue/test-utils": "^2.3.2",
|
||||
"@vue/vue3-jest": "^29.2.4",
|
||||
"babel-jest": "^29.5.0",
|
||||
"cypress": "^12.14.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.14.1",
|
||||
"jest": "^29.5.0",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "^1.63.3",
|
||||
"sass-loader": "^13.3.2"
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"sass": "^1.68.0",
|
||||
"vite": "^4.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user