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.
 
 
 
 

31 lines
714 B

{
"name": "ui",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build ",
"watch": "vite build --watch",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@netuno/service-client": "^1.2.1",
"@netuno/ws-client": "^1.1.0",
"antd": "^6.1.1",
"less": "4.5.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"ui": "file:"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.0",
"vite-plugin-imp": "^2.4.0"
},
"trustedDependencies": [
"less"
]
}