{ "name": "@visualdl/i18n", "version": "2.0.0-beta.42", "description": "A platform to visualize the deep learning process and result.", "keywords": [ "visualdl", "paddlepaddle", "visualization", "deep learning" ], "homepage": "https://github.com/PaddlePaddle/VisualDL", "bugs": { "url": "https://github.com/PaddlePaddle/VisualDL/issues" }, "license": "Apache-2.0", "author": "PeterPanZH (https://github.com/PeterPanZH)", "contributors": [ "Niandalu (https://github.com/Niandalu)" ], "repository": { "type": "git", "url": "https://github.com/PaddlePaddle/VisualDL.git", "directory": "frontend/packages/i18n" }, "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 0" }, "files": [ "dist", "types.d.ts", "middleware.js", "middleware.d.ts" ], "main": "dist/index.js", "types": "types.d.ts", "dependencies": { "detect-node": "2.0.4", "hoist-non-react-statics": "3.3.2", "i18next": "19.4.4", "i18next-browser-languagedetector": "4.1.1", "i18next-fs-backend": "1.0.2", "i18next-http-backend": "1.0.8", "i18next-http-middleware": "1.0.4", "path-match": "1.2.4", "prop-types": "15.7.2", "react-i18next": "11.4.0", "url": "0.11.0" }, "devDependencies": { "@types/express": "4.17.6", "@types/hoist-non-react-statics": "3.3.1", "@types/node": "13.13.5", "@types/react": "16.9.34", "@types/react-dom": "16.9.7", "typescript": "3.8.3" }, "peerDependencies": { "express": "^4.17.1", "next": "^9.3.4", "react": "^16.13.1", "react-dom": "^16.13.1" }, "engines": { "node": ">=10", "npm": ">=6" }, "publishConfig": { "access": "public" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }