mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 13:12:18 +08:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint './src/**/*.{js,ts,tsx,vue,md}'",
|
|
"lint:fix": "eslint './src/**/*.{js,ts,tsx,vue,md}' --fix"
|
|
},
|
|
"dependencies": {
|
|
"@vue/composition-api": "^1.0.0-rc.8",
|
|
"@vueuse/core": "^4.9.1",
|
|
"core-js": "^3.11.1",
|
|
"vue": "^2.6.12",
|
|
"vue-demi": "^0.7.5",
|
|
"vue-router": "^3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^1.1.337",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"eslint": "^7.25.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.9.0",
|
|
"husky": "^6.0.0",
|
|
"prettier": "^2.2.1",
|
|
"typescript": "^4.2.4",
|
|
"unplugin-icons": "^0.7.6",
|
|
"unplugin-vue-components": "^0.15.0",
|
|
"vite": "^2.2.3",
|
|
"vite-plugin-vue2": "^1.4.4",
|
|
"vite-plugin-windicss": "^0.15.10"
|
|
}
|
|
}
|