27 lines
511 B
JSON
27 lines
511 B
JSON
|
|
{
|
||
|
|
"version": "0.0.0",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"lint": "vue-tsc --noEmit",
|
||
|
|
"serve": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"bulma": "^0.9.3",
|
||
|
|
"vue": "^3.0.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^1.2.5",
|
||
|
|
"@vue/compiler-sfc": "^3.0.5",
|
||
|
|
"typescript": "^4.3.2",
|
||
|
|
"vite": "^2.4.2",
|
||
|
|
"vue-tsc": "^0.0.24"
|
||
|
|
},
|
||
|
|
"prettier": {
|
||
|
|
"arrowParens": "always",
|
||
|
|
"printWidth": 88,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"semi": false
|
||
|
|
}
|
||
|
|
}
|