Converter from arabic numbers to roman numbers
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.
|
{ |
|
"name": "converter-spa", |
|
"version": "0.0.0", |
|
"scripts": { |
|
"dev": "vite --port 8080", |
|
"build": "vite build", |
|
"preview": "vite preview --port 4173" |
|
}, |
|
"dependencies": { |
|
"vue": "^3.2.37" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "^3.0.1", |
|
"vite": "^3.0.4" |
|
} |
|
}
|
|
|