@selfcommunity/react-i18n 0.7.7-alpha.1 → 0.7.7-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,108 +1,113 @@
1
1
  {
2
- "name": "@selfcommunity/react-i18n",
3
- "version": "0.7.7-alpha.1",
4
- "license": "MIT",
5
- "private": false,
6
- "main": "./lib/cjs/index.js",
7
- "module": "./lib/esm/index.js",
8
- "exports": {
9
- ".": {
10
- "require": "./lib/cjs/index.js",
11
- "import": "./lib/esm/index.js"
12
- },
13
- "./*": {
14
- "require": "./lib/cjs/*",
15
- "import": "./lib/esm/*"
16
- }
17
- },
18
- "sideEffects": false,
19
- "types": "./lib/types/index.d.ts",
20
- "description": "Translations to integrate a Community created with SelfCommunity.",
21
- "author": "SelfCommunity <https://www.selfcommunity.com>",
22
- "keywords": [
23
- "react",
24
- "widgets",
25
- "community",
26
- "selfcommunity",
27
- "community-i18n",
28
- "selfcommunity i18n"
29
- ],
30
- "scripts": {
31
- "prepare": "install-peers -f",
32
- "install-peers": "install-peers -f",
33
- "test": "npm run lint && npm run test-only",
34
- "test-only": "jest --runInBand",
35
- "tdd": "jest --watch --runInBand",
36
- "lint": "eslint ./src test --ext .ts,.tsx,.js",
37
- "prettier": "prettier './**/*.js' './**/*.css' './**/*.md' --write",
38
- "prettier-list-different": "prettier './**/*.js' './**/*.css' './**/*.md' --list-different",
39
- "clean:lib": "rimraf lib",
40
- "clean:node_modules": "rimraf node_modules",
41
- "build:commonjs": "tsc -b tsconfig-cjs.build.json",
42
- "build:esm": "tsc -b tsconfig-esm.build.json",
43
- "build:umd": "webpack --mode production",
44
- "build:umd:analyze": "webpack --mode production --profile --json > ./lib/umd/stats.json && webpack-bundle-analyzer ./lib/umd/stats.json",
45
- "build:types": "tsc -b tsconfig.build.json",
46
- "build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd && yarn build:types",
47
- "prerelease": "yarn run clean:lib && yarn run build"
48
- },
49
- "homepage": "https://www.selfcommunity.com",
50
- "files": [
51
- "lib"
52
- ],
53
- "repository": {
54
- "type": "git",
55
- "url": "https://github.com/selfcommunity/community-js/tree/main/packages/react-i18n"
56
- },
57
- "publishConfig": {
58
- "access": "public"
59
- },
60
- "devDependencies": {
61
- "@types/chai": "^4.2.14",
62
- "@types/enzyme": "^3.10.8",
63
- "@types/jest": "^26.0.20",
64
- "@types/react": "17 || 18",
65
- "@types/react-dom": "17 || 18",
66
- "@types/sinon": "^9.0.10",
67
- "@typescript-eslint/eslint-plugin": "^4.14.2",
68
- "@typescript-eslint/parser": "^4.14.2",
69
- "babel-jest": "^26.6.3",
70
- "chai": "^4.2.0",
71
- "cherry-pick": "^0.5.0",
72
- "enzyme": "^3.10.0",
73
- "enzyme-adapter-react-16": "^1.15.6",
74
- "eslint": "^7.19.0",
75
- "eslint-config-prettier": "^7.2.0",
76
- "eslint-plugin-import": "^2.22.1",
77
- "eslint-plugin-mocha": "^8.0.0",
78
- "eslint-plugin-prettier": "^4.0.0",
79
- "eslint-plugin-react": "^7.22.0",
80
- "eslint-plugin-react-hooks": "^4.2.0",
81
- "faker": "^5.3.1",
82
- "install-peers-cli": "^2.2.0",
83
- "jest": "^26.6.3",
84
- "lodash": "^4.17.15",
85
- "postcss": "^8.2.4",
86
- "prettier": "^2.2.1",
87
- "rimraf": "^3.0.2",
88
- "sass": "^1.32.6",
89
- "sinon": "^9.2.4",
90
- "tslib": "^2.6.2",
91
- "typescript": "^4.1.3",
92
- "webpack": "^5.20.1",
93
- "webpack-atoms": "^17.1.0",
94
- "webpack-bundle-analyzer": "^4.9.0",
95
- "webpack-cli": "^4.5.0"
96
- },
97
- "prettier": {
98
- "printWidth": 150,
99
- "bracketSpacing": false,
100
- "trailingComma": "none",
101
- "singleQuote": true,
102
- "bracketSameLine": true
103
- },
104
- "bugs": {
105
- "url": "https://github.com/selfcommunity/community-js/issues"
106
- },
107
- "gitHead": "e68ff3824fcb7b4d8f5b9315947f35eb5fafc35e"
2
+ "name": "@selfcommunity/react-i18n",
3
+ "version": "0.7.7-alpha.2",
4
+ "license": "MIT",
5
+ "private": false,
6
+ "main": "./lib/cjs/index.js",
7
+ "module": "./lib/esm/index.js",
8
+ "exports": {
9
+ ".": {
10
+ "require": "./lib/cjs/index.js",
11
+ "import": "./lib/esm/index.js"
12
+ },
13
+ "./*": {
14
+ "require": "./lib/cjs/*",
15
+ "import": "./lib/esm/*"
16
+ }
17
+ },
18
+ "sideEffects": false,
19
+ "types": "./lib/types/index.d.ts",
20
+ "description": "Translations to integrate a Community created with SelfCommunity.",
21
+ "author": "SelfCommunity <https://www.selfcommunity.com>",
22
+ "keywords": [
23
+ "react",
24
+ "widgets",
25
+ "community",
26
+ "selfcommunity",
27
+ "community-i18n",
28
+ "selfcommunity i18n"
29
+ ],
30
+ "scripts": {
31
+ "prepare": "install-peers -f",
32
+ "install-peers": "install-peers -f",
33
+ "test": "npm run lint && npm run test-only",
34
+ "test-only": "jest --runInBand",
35
+ "tdd": "jest --watch --runInBand",
36
+ "lint": "eslint ./src test --ext .ts,.tsx,.js",
37
+ "prettier": "prettier './**/*.js' './**/*.css' './**/*.md' --write",
38
+ "prettier-list-different": "prettier './**/*.js' './**/*.css' './**/*.md' --list-different",
39
+ "clean:lib": "rimraf lib",
40
+ "clean:node_modules": "rimraf node_modules",
41
+ "build:commonjs": "tsc -b tsconfig-cjs.build.json",
42
+ "build:esm": "tsc -b tsconfig-esm.build.json",
43
+ "build:umd": "webpack --mode production",
44
+ "build:umd:analyze": "webpack --mode production --profile --json > ./lib/umd/stats.json && webpack-bundle-analyzer ./lib/umd/stats.json",
45
+ "build:types": "tsc -b tsconfig.build.json",
46
+ "build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd && yarn build:types",
47
+ "prerelease": "yarn run clean:lib && yarn run build"
48
+ },
49
+ "homepage": "https://www.selfcommunity.com",
50
+ "files": [
51
+ "lib"
52
+ ],
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "https://github.com/selfcommunity/community-js/tree/main/packages/react-i18n"
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
59
+ },
60
+ "devDependencies": {
61
+ "@babel/core": "^7.7.4",
62
+ "@babel/preset-env": "^7.25.8",
63
+ "@babel/preset-react": "^7.7.4",
64
+ "@babel/preset-typescript": "^7.7.4",
65
+ "@types/chai": "^4.2.14",
66
+ "@types/enzyme": "^3.10.8",
67
+ "@types/jest": "^26.0.20",
68
+ "@types/react": "17 || 18",
69
+ "@types/react-dom": "17 || 18",
70
+ "@types/sinon": "^9.0.10",
71
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
72
+ "@typescript-eslint/parser": "^4.14.2",
73
+ "babel-jest": "^26.6.3",
74
+ "babel-loader": "^8.2.2",
75
+ "babel-preset-env-modules": "^1.0.0",
76
+ "chai": "^4.2.0",
77
+ "cherry-pick": "^0.5.0",
78
+ "enzyme": "^3.10.0",
79
+ "enzyme-adapter-react-16": "^1.15.6",
80
+ "eslint": "^7.19.0",
81
+ "eslint-config-prettier": "^7.2.0",
82
+ "eslint-plugin-import": "^2.22.1",
83
+ "eslint-plugin-mocha": "^8.0.0",
84
+ "eslint-plugin-prettier": "^4.0.0",
85
+ "eslint-plugin-react": "^7.22.0",
86
+ "eslint-plugin-react-hooks": "^4.2.0",
87
+ "faker": "^5.3.1",
88
+ "install-peers-cli": "^2.2.0",
89
+ "jest": "^26.6.3",
90
+ "lodash": "^4.17.15",
91
+ "postcss": "^8.2.4",
92
+ "prettier": "^2.2.1",
93
+ "rimraf": "^3.0.2",
94
+ "sass": "^1.32.6",
95
+ "sinon": "^9.2.4",
96
+ "tslib": "^2.6.2",
97
+ "typescript": "^4.1.3",
98
+ "webpack": "^5.20.1",
99
+ "webpack-bundle-analyzer": "^4.9.0",
100
+ "webpack-cli": "^4.5.0"
101
+ },
102
+ "prettier": {
103
+ "printWidth": 150,
104
+ "bracketSpacing": false,
105
+ "trailingComma": "none",
106
+ "singleQuote": true,
107
+ "bracketSameLine": true
108
+ },
109
+ "bugs": {
110
+ "url": "https://github.com/selfcommunity/community-js/issues"
111
+ },
112
+ "gitHead": "d1e76de34050080cff753b4419d7c8b85d31c75d"
108
113
  }