A small tool to search for StarWars characters, because: Why not?
https://swc.k0r.in
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.
19 lines
373 B
19 lines
373 B
{ |
|
"name": "make-stars-not-wars", |
|
"private": true, |
|
"version": "0.0.0", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vue-tsc --noEmit && vite build", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"vue": "3.2.31" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "2.2.2", |
|
"typescript": "4.5.5", |
|
"vite": "2.8.4", |
|
"vue-tsc": "0.29.8" |
|
} |
|
}
|
|
|