UNPKG

react-scripts-intlayer

Version:

Integrate Intlayer with Create React App using custom React scripts for internationalization i18n and advanced Webpack configurations

114 lines (113 loc) 3.09 kB
{ "name": "react-scripts-intlayer", "version": "9.1.3", "private": false, "description": "Integrate Intlayer with Create React App using custom React scripts for internationalization i18n and advanced Webpack configurations", "keywords": [ "intlayer", "data", "internationalization", "multilingual", "i18n", "typescript", "react", "vite", "json" ], "homepage": "https://intlayer.org", "bugs": { "url": "https://github.com/aymericzip/intlayer/issues" }, "repository": { "type": "git", "url": "git+https://github.com/aymericzip/intlayer.git" }, "license": "Apache-2.0", "author": { "name": "Aymeric PINEAU", "url": "https://github.com/aymericzip" }, "contributors": [ { "name": "Aymeric Pineau", "email": "ay.pineau@gmail.com", "url": "https://github.com/aymericzip" } ], "sideEffects": false, "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.mjs" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "typesVersions": { "*": { "package.json": [ "./package.json" ] } }, "bin": { "react-scripts-intlayer": "./dist/cjs/cli/react-scripts-intlayer.cjs" }, "files": [ "./dist", "./package.json" ], "scripts": { "build": "bun --bun tsdown --config tsdown.config.ts", "build:ci": "bun --bun tsdown --config tsdown.config.ts", "clean": "bun --bun rimraf ./dist .turbo", "dev": "bun --bun tsdown --config tsdown.config.ts --watch", "format": "bun --bun biome format . --check", "format:fix": "bun --bun biome format --write .", "lint": "bun --bun biome lint .", "lint:fix": "bun --bun biome lint --write .", "prepublish": "cp -f ../../README.md ./README.md", "publish": "bun publish || true", "publish:canary": "bun publish --access public --tag canary || true", "publish:latest": "bun publish --access public --tag latest || true", "test": "bun --bun vitest run", "test:watch": "bun --bun vitest", "typecheck": "tsc --noEmit --project tsconfig.types.json" }, "dependencies": { "@craco/craco": "7.1.0", "@intlayer/config": "9.1.3", "@intlayer/engine": "9.1.3", "@intlayer/types": "9.1.3", "@intlayer/webpack": "9.1.3", "defu": "6.1.7", "node-loader": "2.1.0", "process": "0.11.10", "webpack": "5.108.4" }, "devDependencies": { "@craco/types": "7.1.0", "@types/cross-spawn": "6.0.6", "@types/node": "26.1.2", "@types/webpack": "5.28.5", "@utils/ts-config": "1.0.4", "@utils/ts-config-types": "1.0.4", "@utils/tsdown-config": "1.0.4", "rimraf": "6.1.3", "tsdown": "0.22.14", "typescript": "7.0.2", "vitest": "4.1.10" }, "peerDependencies": { "webpack": ">=5.0.0" }, "engines": { "node": ">=14.18" }, "bug": { "url": "https://github.com/aymericzip/intlayer/issues" } }