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.
30 lines
694 B
30 lines
694 B
{ |
|
"name": "agorata", |
|
"version": "0.0.0", |
|
"private": true, |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "run-p type-check build-only", |
|
"preview": "vite preview", |
|
"build-only": "vite build", |
|
"type-check": "vue-tsc --noEmit" |
|
}, |
|
"dependencies": { |
|
"bulma": "^0.9.4", |
|
"sass": "^1.56.2", |
|
"vue": "^3.2.45", |
|
"vue-contenteditable": "^4.1.0", |
|
"vue-router": "^4.1.6", |
|
"vue3-popper": "^1.5.0" |
|
}, |
|
"devDependencies": { |
|
"@types/node": "^18.11.12", |
|
"@vitejs/plugin-vue": "^4.0.0", |
|
"@vue/tsconfig": "^0.1.3", |
|
"npm-run-all": "^4.1.5", |
|
"tailwindcss": "^3.2.4", |
|
"typescript": "~4.7.4", |
|
"vite": "^4.0.0", |
|
"vue-tsc": "^1.0.12" |
|
} |
|
}
|
|
|