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.
23 lines
556 B
23 lines
556 B
{
|
|
"name": "vapara-vue3",
|
|
"version": "0.0.10",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"eslint": "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"
|
|
}
|
|
}
|