Initial LisgloSIPS V2 implementation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@lisglosips/web",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview --host 127.0.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "4.7.0",
|
||||
"vite": "5.4.21"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user