@lokalise/harmony 1.0.2 → 1.0.3
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,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lokalise/harmony",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"author": {
|
5
5
|
"name": "Lokalise",
|
6
6
|
"url": "https://lokalise.com/"
|
@@ -25,7 +25,9 @@
|
|
25
25
|
"lint": "biome check . && tsc --project tsconfig.lint.json --noEmit",
|
26
26
|
"lint:fix": "biome check --write",
|
27
27
|
"prepublishOnly": "npm run build",
|
28
|
-
"postversion": "biome check --write package.json"
|
28
|
+
"postversion": "biome check --write package.json",
|
29
|
+
"storybook": "storybook dev -p 6006",
|
30
|
+
"storybook:build": "storybook build"
|
29
31
|
},
|
30
32
|
"peerDependencies": {
|
31
33
|
"@lokalise/louis": ">=26.0.0",
|
@@ -35,6 +37,7 @@
|
|
35
37
|
},
|
36
38
|
"devDependencies": {
|
37
39
|
"@biomejs/biome": "^1.9.4",
|
40
|
+
"@chromatic-com/storybook": "^3.2.4",
|
38
41
|
"@lokalise/biome-config": "^1.5.0",
|
39
42
|
"@lokalise/styled": "^3.0.0",
|
40
43
|
"@semantic-release/changelog": "^6.0.3",
|
@@ -43,6 +46,13 @@
|
|
43
46
|
"@semantic-release/github": "^11.0.1",
|
44
47
|
"@semantic-release/npm": "^12.0.1",
|
45
48
|
"@semantic-release/release-notes-generator": "^14.0.3",
|
49
|
+
"@storybook/addon-essentials": "^8.6.0-alpha.1",
|
50
|
+
"@storybook/addon-interactions": "^8.6.0-alpha.1",
|
51
|
+
"@storybook/addon-onboarding": "^8.6.0-alpha.1",
|
52
|
+
"@storybook/blocks": "^8.6.0-alpha.1",
|
53
|
+
"@storybook/react": "^8.6.0-alpha.1",
|
54
|
+
"@storybook/react-vite": "^8.6.0-alpha.1",
|
55
|
+
"@storybook/test": "^8.6.0-alpha.1",
|
46
56
|
"@testing-library/jest-dom": "^6.4.6",
|
47
57
|
"@testing-library/react": "^16.2.0",
|
48
58
|
"@testing-library/user-event": "^14.6.1",
|
@@ -55,9 +65,11 @@
|
|
55
65
|
"bundlesize2": "^0.0.32",
|
56
66
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
57
67
|
"eslint-plugin-i18next": "^6.0.9",
|
68
|
+
"eslint-plugin-storybook": "^0.11.2",
|
58
69
|
"eslint-plugin-testing-library": "^7.1.1",
|
59
70
|
"jsdom": "26.0.0",
|
60
71
|
"semantic-release": "^24.2.1",
|
72
|
+
"storybook": "^8.6.0-alpha.1",
|
61
73
|
"typescript": "^5.7.3",
|
62
74
|
"vite": "^6.0.11",
|
63
75
|
"vite-plugin-dts": "^4.5.0",
|