1
0
Fork 0
onnx-web/gui/package.json

67 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2023-01-05 03:55:25 +00:00
{
"name": "@apextoaster/onnx-web",
2023-12-23 03:06:57 +00:00
"version": "0.11.0",
2023-01-05 03:55:25 +00:00
"description": "onnx web gui",
"type": "module",
"main": "out/src/main.js",
2023-01-05 03:55:25 +00:00
"author": "ssube",
"license": "MIT",
"dependencies": {
"@apextoaster/js-utils": "^0.5.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
2023-04-11 13:45:17 +00:00
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.126",
"@mui/material": "^5.12.0",
2023-04-21 03:18:20 +00:00
"@tanstack/react-query": "^4.0.5",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"browser-bunyan": "^1.8.0",
"exifreader": "^4.13.0",
2023-04-11 13:41:24 +00:00
"i18next": "^22.4.14",
"i18next-browser-languagedetector": "^7.0.1",
"lodash": "^4.17.21",
2023-01-05 03:55:25 +00:00
"noicejs": "^5.0.0-3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-use": "^17.4.0",
2023-04-11 13:41:24 +00:00
"semver": "^7.4.0",
"tslib": "^2.5.0",
2023-04-11 13:41:24 +00:00
"zustand": "^4.3.7"
2023-01-05 03:55:25 +00:00
},
"devDependencies": {
"@mochajs/multi-reporter": "^1.1.0",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
2023-04-11 13:45:17 +00:00
"@types/react": "^18.0.34",
2023-01-05 03:55:25 +00:00
"@types/react-dom": "^18.0.10",
"@types/sinon-chai": "^3.2.9",
2023-04-21 03:18:20 +00:00
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
2023-03-18 17:12:07 +00:00
"c8": "^7.13.0",
2023-01-05 03:55:25 +00:00
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
2023-04-21 03:18:20 +00:00
"esbuild": "^0.17.17",
"esbuild-plugin-alias": "^0.2.1",
2023-03-18 17:12:07 +00:00
"esbuild-plugin-copy": "^2.1.0",
2023-04-11 13:39:32 +00:00
"eslint": "^8.38.0",
2023-01-05 03:55:25 +00:00
"eslint-plugin-chai": "^0.0.1",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-expect-keywords": "^2.1.0",
2023-03-18 17:12:07 +00:00
"eslint-plugin-import": "^2.27.5",
2023-01-05 03:55:25 +00:00
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-sonarjs": "^0.19.0",
2023-01-05 03:55:25 +00:00
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
2023-04-21 03:18:20 +00:00
"sinon": "^15.0.4",
2023-01-05 03:55:25 +00:00
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"typescript": "^4.9.5"
2023-04-11 13:45:17 +00:00
},
"resolutions": {
"@types/react": "18.0.34"
2023-01-05 03:55:25 +00:00
}
}