Merge branch 'organize_packages_npm' into for_webui

This commit is contained in:
Sakamoto Shiina
2024-12-13 14:25:48 +09:00
2 changed files with 682 additions and 1146 deletions

1784
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,30 +23,28 @@
"release-all": "npm run build && npm run release && npm run build-cuda && npm run release-cuda" "release-all": "npm run build && npm run release && npm run build-cuda && npm run release-cuda"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.0", "@emotion/react": "11.14.0",
"@emotion/styled": "^11.13.0", "@emotion/styled": "11.14.0",
"@mui/material": "^5.16.6", "@mui/material": "6.2.0",
"@tauri-apps/api": "^1", "@tauri-apps/api": "1.6.0",
"@typescript-eslint/eslint-plugin": "^7.11.0", "@vitejs/plugin-react": "4.3.4",
"@typescript-eslint/parser": "^7.11.0", "clsx": "2.1.1",
"clsx": "^2.1.1", "eslint": "8.57.0",
"eslint": "^8.57.0", "eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "^7.34.2", "i18next": "24.1.0",
"i18next": "^23.11.5", "jotai": "2.10.3",
"jotai": "^2.8.3", "js-base64": "3.7.7",
"js-base64": "^3.7.7", "js-yaml": "4.1.0",
"js-yaml": "^4.1.0", "react": "18.2.0",
"react": "^18.2.0", "react-dom": "18.2.0",
"react-dom": "^18.2.0", "react-i18next": "15.2.0",
"react-i18next": "^15.1.1", "react-resizable-layout": "0.7.2"
"react-resizable-layout": "^0.7.2"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^1.5.14", "@tauri-apps/cli": "1.6.3",
"@vitejs/plugin-react": "^4.2.1", "npm-run-all": "4.1.5",
"npm-run-all": "^4.1.5", "sass": "1.79.4",
"sass": "^1.77.4", "vite": "6.0.3",
"vite": "^5.0.0", "vite-plugin-svgr": "4.3.0"
"vite-plugin-svgr": "^4.2.0"
} }
} }