mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 05:02:19 +08:00
chore: update dependencies, cleaned up package.json
This commit is contained in:
parent
320c7d345d
commit
af79780bfe
6344
package-lock.json
generated
6344
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
51
package.json
51
package.json
@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "vite-vue2-example",
|
||||
"version": "1.0.0",
|
||||
"description": "Example project for a Vue 2 SPA using Vite and composition API",
|
||||
"main": "index.ts",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
@ -10,34 +7,28 @@
|
||||
"lint:fix": "eslint './src/**/*.{js,ts,tsx,vue,md}' --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/composition-api": "1.0.0-rc.2",
|
||||
"@vueuse/core": "4.2.2",
|
||||
"core-js": "3.9.0",
|
||||
"typescript": "4.2.2",
|
||||
"vue": "2.6.12",
|
||||
"vue-demi": "^0.7.0",
|
||||
"vue-router": "3.5.1"
|
||||
"@vue/composition-api": "^1.0.0-rc.3",
|
||||
"@vueuse/core": "^4.3.4",
|
||||
"core-js": "^3.9.1",
|
||||
"vue": "^2.6.12",
|
||||
"vue-demi": "^0.7.1",
|
||||
"vue-router": "^3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "1.1.310",
|
||||
"@typescript-eslint/eslint-plugin": "4.15.2",
|
||||
"@typescript-eslint/parser": "4.15.2",
|
||||
"@vue/eslint-config-prettier": "6.0.0",
|
||||
"@vue/eslint-config-typescript": "7.0.0",
|
||||
"eslint": "7.20.0",
|
||||
"@iconify/json": "^1.1.313",
|
||||
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
||||
"@typescript-eslint/parser": "^4.16.1",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-vue": "7.6.0",
|
||||
"prettier": "2.2.1",
|
||||
"vite": "2.0.3",
|
||||
"vite-plugin-components": "0.7.5",
|
||||
"eslint-plugin-vue": "^7.7.0",
|
||||
"prettier": "^2.2.1",
|
||||
"typescript": "^4.2.3",
|
||||
"vite": "^2.0.5",
|
||||
"vite-plugin-components": "^0.8.0",
|
||||
"vite-plugin-icons": "^0.3.2",
|
||||
"vite-plugin-vue2": "1.2.1",
|
||||
"vite-plugin-windicss": "0.5.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lstoeferle/vite-vue2-example.git"
|
||||
},
|
||||
"author": "lstoeferle",
|
||||
"license": "MIT"
|
||||
"vite-plugin-vue2": "^1.3.2",
|
||||
"vite-plugin-windicss": "^0.6.11"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user