@ohif/i18n 3.13.0-beta.92 → 3.13.0-beta.94
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/dist/ohif-i18n.umd.js +1 -1
- package/package.json +17 -14
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/i18n",
|
|
3
|
-
"version": "3.13.0-beta.
|
|
3
|
+
"version": "3.13.0-beta.94",
|
|
4
4
|
"description": "Internationalization library for The OHIF Viewer",
|
|
5
5
|
"author": "OHIF",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"repository":
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "OHIF/Viewers"
|
|
10
|
+
},
|
|
8
11
|
"main": "dist/ohif-i18n.umd.js",
|
|
9
12
|
"module": "src/index.js",
|
|
10
13
|
"engines": {
|
|
@@ -17,17 +20,6 @@
|
|
|
17
20
|
"publishConfig": {
|
|
18
21
|
"access": "public"
|
|
19
22
|
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"clean": "shx rm -rf dist",
|
|
22
|
-
"clean:deep": "pnpm run clean && shx rm -rf node_modules",
|
|
23
|
-
"dev": "cross-env NODE_ENV=development rspack build --config .webpack/webpack.dev.js --watch",
|
|
24
|
-
"dev:i18n": "pnpm run dev",
|
|
25
|
-
"build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
|
|
26
|
-
"build:package": "pnpm run build",
|
|
27
|
-
"pullTranslations": "./pullTranslations.sh",
|
|
28
|
-
"test:unit": "echo 'platform/i18n: missing unit tests'",
|
|
29
|
-
"test:unit:ci": "echo 'platform/i18n: missing unit tests'"
|
|
30
|
-
},
|
|
31
23
|
"peerDependencies": {
|
|
32
24
|
"i18next": "17.3.1",
|
|
33
25
|
"i18next-browser-languagedetector": "3.1.1",
|
|
@@ -49,5 +41,16 @@
|
|
|
49
41
|
"react-dom": "18.3.1",
|
|
50
42
|
"react-i18next": "12.3.1",
|
|
51
43
|
"webpack-merge": "5.10.0"
|
|
44
|
+
},
|
|
45
|
+
"scripts": {
|
|
46
|
+
"clean": "shx rm -rf dist",
|
|
47
|
+
"clean:deep": "pnpm run clean && shx rm -rf node_modules",
|
|
48
|
+
"dev": "cross-env NODE_ENV=development rspack build --config .webpack/webpack.dev.js --watch",
|
|
49
|
+
"dev:i18n": "pnpm run dev",
|
|
50
|
+
"build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
|
|
51
|
+
"build:package": "pnpm run build",
|
|
52
|
+
"pullTranslations": "./pullTranslations.sh",
|
|
53
|
+
"test:unit": "echo 'platform/i18n: missing unit tests'",
|
|
54
|
+
"test:unit:ci": "echo 'platform/i18n: missing unit tests'"
|
|
52
55
|
}
|
|
53
|
-
}
|
|
56
|
+
}
|