@i18n-pro/solid
Version:
An out-of-the-box, lightweight i18n auto-translation solution for Solid
96 lines (95 loc) • 2.6 kB
JSON
{
"name": "@i18n-pro/solid",
"version": "2.0.0-alpha.1",
"type": "module",
"description": "An out-of-the-box, lightweight i18n auto-translation solution for Solid",
"keywords": [
"solid",
"solidjs",
"i18n",
"solid-i18n",
"solid-intl",
"intl",
"i18n",
"internationalization",
"locale",
"l10n",
"localization",
"translate",
"translation",
"国际化",
"多语言",
"自动翻译",
"automatic translation"
],
"module": "dist/src/index.min.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist/src"
],
"scripts": {
"prepare": "husky install",
"lint-code": "npx lint-staged",
"lint-msg": "npx commitlint --edit",
"test": "vitest --ui",
"coverage": "vitest --coverage",
"build": "rimraf dist && tsc --emitDeclarationOnly -p ./src/tsconfig.json && rollup -c",
"publish": "npm run build && npm publish --access=public --registry https://registry.npmjs.org",
"docs": "jtm run",
"docs-i18n": "i18n t -P docs/src"
},
"author": "Eyelly Wu",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@eyelly/prettier-config": "^1.0.0",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitest/coverage-istanbul": "^3.1.2",
"@vitest/coverage-v8": "3.1.2",
"@vitest/ui": "^3.1.2",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.11.0",
"husky": "^8.0.3",
"jsdom": "^26.1.0",
"jsx-to-md": "^0.11.4",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"rimraf": "^6.0.1",
"rollup": "4",
"rollup-plugin-prettier": "^4.1.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "5.8.3",
"vite-plugin-solid": "^2.11.6",
"vitest": "^3.1.2"
},
"peerDependencies": {
"i18n-pro": ">=3.0.0 <4.0.0",
"solid-js": ">=1.0.0"
},
"dependencies": {
"i18n-pro": "3.0.0-alpha.2",
"solid-js": "^1.0.7"
},
"lint-staged": {
"*.{json,ts,tsx,js}": "eslint --fix -f table"
},
"homepage": "https://github.com/i18n-pro/solid",
"bugs": {
"url": "https://github.com/i18n-pro/solid/issues"
},
"codeNameMap": {
"en": "",
"zh": "zh-CN"
}
}