2023-05-23 15:58:33 +03:00
|
|
|
{
|
2023-05-24 16:07:41 +03:00
|
|
|
"name": "@tryghost/signup-form",
|
2023-06-21 11:48:22 +03:00
|
|
|
"version": "0.1.3",
|
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",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"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": {
|
2023-07-24 15:43:23 +03:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2023-05-24 16:07:41 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-11 02:22:22 +03:00
|
|
|
"@playwright/test": "1.37.0",
|
2023-08-11 14:07:07 +03:00
|
|
|
"@storybook/addon-essentials": "7.2.3",
|
|
|
|
"@storybook/addon-interactions": "7.2.3",
|
|
|
|
"@storybook/addon-links": "7.2.3",
|
2023-08-10 11:41:06 +03:00
|
|
|
"@storybook/addon-styling": "1.3.6",
|
2023-08-11 14:20:56 +03:00
|
|
|
"@storybook/blocks": "7.2.3",
|
|
|
|
"@storybook/react": "7.2.3",
|
2023-08-11 14:07:07 +03:00
|
|
|
"@storybook/react-vite": "7.2.3",
|
2023-06-21 00:54:04 +03:00
|
|
|
"@storybook/testing-library": "0.2.0",
|
2023-05-24 16:07:41 +03:00
|
|
|
"@tailwindcss/line-clamp": "0.4.4",
|
2023-08-09 23:22:16 +03:00
|
|
|
"@types/react": "18.2.20",
|
2023-07-12 22:18:17 +03:00
|
|
|
"@types/react-dom": "18.2.7",
|
2023-08-09 12:29:07 +03:00
|
|
|
"@vitejs/plugin-react": "4.0.4",
|
2023-05-24 16:07:41 +03:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-06-09 13:10:17 +03:00
|
|
|
"concurrently": "8.2.0",
|
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",
|
2023-07-21 15:18:36 +03:00
|
|
|
"postcss": "8.4.27",
|
2023-07-24 15:43:23 +03:00
|
|
|
"postcss-import": "15.1.0",
|
2023-05-24 16:07:41 +03:00
|
|
|
"prop-types": "15.8.1",
|
|
|
|
"rollup-plugin-node-builtins": "2.1.2",
|
2023-08-11 14:07:07 +03:00
|
|
|
"storybook": "7.2.3",
|
2023-07-11 09:44:51 +03:00
|
|
|
"stylelint": "15.10.1",
|
2023-07-14 09:41:55 +03:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-08-09 10:55:48 +03:00
|
|
|
"vite": "4.4.9",
|
2023-07-17 13:36:33 +03:00
|
|
|
"vite-plugin-commonjs": "0.8.2",
|
2023-05-24 16:07:41 +03:00
|
|
|
"vite-plugin-svgr": "3.2.0",
|
2023-08-01 20:25:26 +03:00
|
|
|
"vitest": "0.34.1"
|
2023-05-24 16:07:41 +03:00
|
|
|
}
|
2023-05-24 16:05:45 +03:00
|
|
|
}
|