You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
615 B

{
"name": "vapara-vue3",
"version": "0.0.15",
"origin": "https://git.artcode.re/pvincent/vapara-vue3",
"scripts": {
"dev": "vite",
"build": "vite build",
"linter": "eslint \"src/**/*.{js,ts,vue}\" --ignore-pattern \"*.d.ts\""
},
"dependencies": {
"typescript": "4.x",
"vue": "3.x"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "3.x",
"@vue/eslint-plugin": "^4.2.0",
"eslint": "^7.21.0",
"eslint-plugin-vue": "^7.6.0",
"vite": "^2.0.4"
}
}