Initial import NDC_1C
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "llm-normalizer-frontend",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0 --port 5174",
|
||||
"build": "tsc -b && vite build",
|
||||
"preview": "vite preview --host 0.0.0.0 --port 4174"
|
||||
},
|
||||
"dependencies": {
|
||||
"llm-normalizer-workspace": "file:..",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.24",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@vitejs/plugin-react": "^5.0.4",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.1.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user