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.
34 lines
918 B
34 lines
918 B
{
|
|
"name": "vapara-vue3",
|
|
"version": "0.1.7",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": "https://git.artcode.re/pvincent/vapara-vue3",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"linter": "eslint --ext .js,.ts,.vue --ignore-pattern \"*.d.ts\" src"
|
|
},
|
|
"engines": {
|
|
"npm": "^7"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "4.1.x",
|
|
"vue": "3.x"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.31",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
|
"@typescript-eslint/parser": "^4.15.2",
|
|
"@vitejs/plugin-vue": "^1.1.5",
|
|
"@vue/compiler-sfc": "3.x",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"eslint": "^7.21.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^7.6.0",
|
|
"prettier": "^2.2.1",
|
|
"vite": "^2.0.4",
|
|
"vite-plugin-windicss": "^0.6.2"
|
|
}
|
|
}
|