next-translate-routes-multi-domain
Version:
Flexible and translated routes for Next.js without custom server
89 lines (88 loc) • 2.35 kB
JSON
{
"name": "next-translate-routes-multi-domain",
"version": "1.9.0-6",
"description": "Flexible and translated routes for Next.js without custom server",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KVRA/next-translate-routes.git"
},
"author": "cvolant",
"license": "MIT",
"keywords": [
"next",
"next.js",
"routes",
"router",
"routing",
"react",
"intl",
"i18n",
"dynamic"
],
"scripts": {
"build:clear": "yon rimraf plugin react shared ./*.d.ts ./*.js.map ./*.js",
"build": "yon build:clear && yon tsc",
"format": "yarn prettier -c --write .",
"lint": "yon eslint --ignore-path .gitignore .",
"test": "jest",
"prerelease": "yarn lint && yarn build",
"release": "npx np",
"prestart": "yarn --cwd ./example install && yarn build && yarn --cwd ./example build",
"start": "yarn --cwd ./example start"
},
"dependencies": {
"path-to-regexp": "^6.2.0",
"querystring": "^0.2.1",
"url": "^0.11.0",
"yamljs": "^0.3.0"
},
"files": [
"*.js",
"*.d.ts",
"*.js.map",
"plugin/*",
"react/*",
"shared/*",
"src/**"
],
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.4.2",
"@testing-library/react": "^13.3.0",
"@types/jest": "^26.0.23",
"@types/react": "^18.0.14",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-jest": "^27.4.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.4.5",
"next": "^12.1.6",
"np": "^7.5.0",
"prettier": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4",
"webpack": "^5.65.0",
"yarn-or-npm": "^3.0.1"
},
"peerDependencies": {
"next": ">11.0.0",
"react": ">=16.8.0"
},
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/KVRA/next-translate-routes-multi-domain/issues"
},
"homepage": "https://github.com/KVRA/next-translate-routes-multi-domain#readme",
"directories": {
"example": "example",
"test": "tests"
}
}