2023-05-23 15:58:33 +03:00
|
|
|
{
|
2023-05-24 16:07:41 +03:00
|
|
|
"name": "@tryghost/signup-form",
|
2024-07-19 11:26:59 +03:00
|
|
|
"version": "0.1.5",
|
2023-05-24 16:07:41 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/TryGhost/Ghost/tree/main/packages/signup-form"
|
|
|
|
},
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"umd/"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "concurrently \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
|
2023-06-01 11:20:37 +03:00
|
|
|
"preview": "concurrently \"vite preview -l silent\" \"vite build --watch\"",
|
2023-05-24 16:07:41 +03:00
|
|
|
"dev:test": "vite build && vite preview --port 6175",
|
2023-12-13 11:55:58 +03:00
|
|
|
"build": "concurrently \"tsc\" \"vite build\"",
|
2023-05-24 16:07:41 +03:00
|
|
|
"lint": "yarn run lint:js",
|
|
|
|
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
|
|
|
"test:unit": "yarn build",
|
|
|
|
"test:e2e": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
|
|
|
|
"test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 yarn test:e2e --headed",
|
|
|
|
"test:e2e:full": "ALL_BROWSERS=1 yarn test:e2e",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
|
|
|
"build-storybook": "storybook build",
|
|
|
|
"preship": "yarn lint",
|
|
|
|
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
|
|
|
|
"postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && npm publish",
|
|
|
|
"prepublishOnly": "yarn build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-01 10:39:59 +03:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1"
|
2023-05-24 16:07:41 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-22 01:23:58 +03:00
|
|
|
"@playwright/test": "1.38.1",
|
2024-06-24 15:40:40 +03:00
|
|
|
"@storybook/addon-essentials": "7.6.20",
|
|
|
|
"@storybook/addon-interactions": "7.6.20",
|
|
|
|
"@storybook/addon-links": "7.6.20",
|
2023-08-25 16:26:59 +03:00
|
|
|
"@storybook/addon-styling": "1.3.7",
|
2024-06-24 15:40:40 +03:00
|
|
|
"@storybook/blocks": "7.6.20",
|
|
|
|
"@storybook/react": "7.6.20",
|
2023-12-07 17:13:15 +03:00
|
|
|
"@storybook/react-vite": "7.6.4",
|
2023-10-02 13:17:12 +03:00
|
|
|
"@storybook/testing-library": "0.2.2",
|
2023-05-24 16:07:41 +03:00
|
|
|
"@tailwindcss/line-clamp": "0.4.4",
|
2024-06-06 23:38:14 +03:00
|
|
|
"@tryghost/i18n": "0.0.0",
|
2024-05-24 00:15:26 +03:00
|
|
|
"@types/react": "18.3.3",
|
2024-04-30 22:48:58 +03:00
|
|
|
"@types/react-dom": "18.3.0",
|
2023-12-04 21:17:20 +03:00
|
|
|
"@vitejs/plugin-react": "4.2.1",
|
2024-04-16 10:33:08 +03:00
|
|
|
"autoprefixer": "10.4.19",
|
2023-10-19 04:49:56 +03:00
|
|
|
"concurrently": "8.2.2",
|
2023-05-24 16:07:41 +03:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-07-11 16:11:02 +03:00
|
|
|
"eslint-plugin-react-refresh": "0.4.3",
|
|
|
|
"eslint-plugin-tailwindcss": "3.13.0",
|
2024-08-26 05:35:37 +03:00
|
|
|
"jsdom": "24.1.3",
|
2024-07-01 04:57:23 +03:00
|
|
|
"postcss": "8.4.39",
|
2024-05-09 11:27:02 +03:00
|
|
|
"postcss-import": "16.1.0",
|
2023-05-24 16:07:41 +03:00
|
|
|
"prop-types": "15.8.1",
|
|
|
|
"rollup-plugin-node-builtins": "2.1.2",
|
2024-06-24 15:40:40 +03:00
|
|
|
"storybook": "7.6.20",
|
2023-09-01 16:32:29 +03:00
|
|
|
"stylelint": "15.10.3",
|
2024-08-16 12:29:26 +03:00
|
|
|
"tailwindcss": "3.4.10",
|
2024-04-16 10:11:32 +03:00
|
|
|
"vite": "4.5.3",
|
2023-11-14 16:37:52 +03:00
|
|
|
"vite-plugin-commonjs": "0.10.1",
|
2023-09-20 09:31:02 +03:00
|
|
|
"vite-plugin-svgr": "3.3.0",
|
2024-06-06 23:38:14 +03:00
|
|
|
"vitest": "0.34.3"
|
2023-05-24 16:07:41 +03:00
|
|
|
}
|
2023-05-24 16:05:45 +03:00
|
|
|
}
|