@tryghost/signup-form 0.3.22 → 0.3.23
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 +23 -24
- package/umd/signup-form.min.js +18 -55
- package/umd/signup-form.min.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/signup-form",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/TryGhost/Ghost",
|
|
6
6
|
"author": "Ghost Foundation",
|
|
@@ -13,23 +13,6 @@
|
|
|
13
13
|
"access": "public",
|
|
14
14
|
"registry": "https://registry.npmjs.org/"
|
|
15
15
|
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"dev": "concurrently \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
|
|
18
|
-
"preview": "concurrently \"vite preview -l silent\" \"vite build --watch\"",
|
|
19
|
-
"dev:test": "vite build && vite preview --port 6175",
|
|
20
|
-
"build": "tsc && vite build",
|
|
21
|
-
"lint": "pnpm run lint:js",
|
|
22
|
-
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
|
23
|
-
"test:unit": "pnpm build",
|
|
24
|
-
"test:e2e": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
|
|
25
|
-
"test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:e2e --headed",
|
|
26
|
-
"test:e2e:full": "ALL_BROWSERS=1 pnpm test:e2e",
|
|
27
|
-
"storybook": "storybook dev -p 6006",
|
|
28
|
-
"build-storybook": "storybook build",
|
|
29
|
-
"preship": "pnpm lint",
|
|
30
|
-
"ship": "node ../../.github/scripts/release-apps.js",
|
|
31
|
-
"prepublishOnly": "pnpm build"
|
|
32
|
-
},
|
|
33
16
|
"dependencies": {
|
|
34
17
|
"@tryghost/debug": "2.2.0",
|
|
35
18
|
"react": "18.3.1",
|
|
@@ -41,13 +24,12 @@
|
|
|
41
24
|
"@storybook/addon-links": "10.3.5",
|
|
42
25
|
"@storybook/react-vite": "10.3.5",
|
|
43
26
|
"@tailwindcss/line-clamp": "0.4.4",
|
|
44
|
-
"@tryghost/i18n": "workspace:*",
|
|
45
27
|
"@types/react": "18.3.28",
|
|
46
28
|
"@types/react-dom": "18.3.7",
|
|
47
29
|
"@vitejs/plugin-react": "4.7.0",
|
|
48
30
|
"autoprefixer": "10.4.21",
|
|
49
31
|
"concurrently": "8.2.2",
|
|
50
|
-
"eslint": "
|
|
32
|
+
"eslint": "8.57.1",
|
|
51
33
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
52
34
|
"eslint-plugin-react-refresh": "0.4.24",
|
|
53
35
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
@@ -56,13 +38,30 @@
|
|
|
56
38
|
"postcss-import": "16.1.1",
|
|
57
39
|
"storybook": "10.3.5",
|
|
58
40
|
"tailwindcss": "3.4.18",
|
|
59
|
-
"vite": "
|
|
60
|
-
"vite-plugin-svgr": "
|
|
61
|
-
"vitest": "1.
|
|
41
|
+
"vite": "7.3.2",
|
|
42
|
+
"vite-plugin-svgr": "4.5.0",
|
|
43
|
+
"vitest": "4.1.2",
|
|
44
|
+
"@tryghost/i18n": "0.0.0"
|
|
62
45
|
},
|
|
63
46
|
"nx": {
|
|
64
47
|
"tags": [
|
|
65
48
|
"i18n"
|
|
66
49
|
]
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"dev": "concurrently \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
|
|
53
|
+
"preview": "concurrently \"vite preview -l silent\" \"vite build --watch\"",
|
|
54
|
+
"dev:test": "vite build && vite preview --port 6175",
|
|
55
|
+
"build": "tsc && vite build",
|
|
56
|
+
"lint": "pnpm run lint:js",
|
|
57
|
+
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
|
58
|
+
"test:unit": "pnpm build",
|
|
59
|
+
"test:e2e": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
|
|
60
|
+
"test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:e2e --headed",
|
|
61
|
+
"test:e2e:full": "ALL_BROWSERS=1 pnpm test:e2e",
|
|
62
|
+
"storybook": "storybook dev -p 6006",
|
|
63
|
+
"build-storybook": "storybook build",
|
|
64
|
+
"preship": "pnpm lint",
|
|
65
|
+
"ship": "node ../../.github/scripts/release-apps.js"
|
|
67
66
|
}
|
|
68
|
-
}
|
|
67
|
+
}
|