2023-05-16 09:23:36 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/admin-x-settings",
|
2023-08-10 14:43:51 +03:00
|
|
|
"version": "0.0.10",
|
2023-05-16 10:19:54 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings"
|
|
|
|
},
|
2023-05-16 09:23:36 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"dist/"
|
|
|
|
],
|
|
|
|
"main": "./dist/admin-x-settings.umd.cjs",
|
|
|
|
"module": "./dist/admin-x-settings.js",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/admin-x-settings.js",
|
|
|
|
"require": "./dist/admin-x-settings.umd.cjs"
|
|
|
|
}
|
|
|
|
},
|
2023-05-16 10:03:37 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2023-05-16 09:23:36 +03:00
|
|
|
"scripts": {
|
2023-05-19 11:32:13 +03:00
|
|
|
"dev": "concurrently \"vite preview\" \"vite build --watch\"",
|
2023-05-19 15:43:47 +03:00
|
|
|
"dev:start": "vite",
|
2023-05-16 09:23:36 +03:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
"lint": "yarn run lint:js",
|
|
|
|
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
2023-05-19 15:55:24 +03:00
|
|
|
"test:unit": "yarn build",
|
2023-06-06 02:29:28 +03:00
|
|
|
"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",
|
2023-05-16 09:23:36 +03:00
|
|
|
"preview": "vite preview",
|
|
|
|
"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-08-08 10:14:46 +03:00
|
|
|
"@codemirror/lang-html": "^6.4.5",
|
2023-07-24 15:43:23 +03:00
|
|
|
"@dnd-kit/core": "6.0.8",
|
|
|
|
"@dnd-kit/sortable": "7.0.2",
|
|
|
|
"@ebay/nice-modal-react": "1.2.10",
|
2023-07-31 20:27:30 +03:00
|
|
|
"@tanstack/react-query": "4.29.25",
|
2023-08-24 00:04:27 +03:00
|
|
|
"@tryghost/limit-service": "^1.2.8",
|
2023-05-24 17:31:02 +03:00
|
|
|
"@tryghost/timezone-data": "0.3.0",
|
2023-08-08 10:14:46 +03:00
|
|
|
"@uiw/react-codemirror": "^4.21.9",
|
2023-07-24 15:43:23 +03:00
|
|
|
"clsx": "2.0.0",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-06-01 19:35:52 +03:00
|
|
|
"validator": "7.2.0"
|
2023-05-16 09:23:36 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-11 02:22:22 +03:00
|
|
|
"@playwright/test": "1.37.0",
|
2023-08-18 18:04:06 +03:00
|
|
|
"@storybook/addon-essentials": "7.3.2",
|
|
|
|
"@storybook/addon-interactions": "7.3.2",
|
|
|
|
"@storybook/addon-links": "7.3.2",
|
2023-08-25 16:26:59 +03:00
|
|
|
"@storybook/addon-styling": "1.3.7",
|
2023-08-18 18:04:06 +03:00
|
|
|
"@storybook/blocks": "7.3.2",
|
|
|
|
"@storybook/react": "7.3.2",
|
|
|
|
"@storybook/react-vite": "7.3.2",
|
2023-06-21 00:54:04 +03:00
|
|
|
"@storybook/testing-library": "0.2.0",
|
2023-08-23 00:25:28 +03:00
|
|
|
"@tailwindcss/forms": "0.5.5",
|
2023-05-16 09:23:36 +03:00
|
|
|
"@tailwindcss/line-clamp": "0.4.4",
|
2023-08-23 00:25:47 +03:00
|
|
|
"@types/react": "18.2.21",
|
2023-07-12 22:18:17 +03:00
|
|
|
"@types/react-dom": "18.2.7",
|
2023-08-11 10:19:40 +03:00
|
|
|
"@types/validator": "13.11.1",
|
2023-08-09 12:29:07 +03:00
|
|
|
"@vitejs/plugin-react": "4.0.4",
|
2023-08-14 03:18:58 +03:00
|
|
|
"autoprefixer": "10.4.15",
|
2023-08-22 11:00:46 +03:00
|
|
|
"concurrently": "8.2.1",
|
2023-05-16 09:23:36 +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-08-15 23:13:45 +03:00
|
|
|
"postcss": "8.4.28",
|
2023-07-24 15:43:23 +03:00
|
|
|
"postcss-import": "15.1.0",
|
2023-05-16 09:23:36 +03:00
|
|
|
"prop-types": "15.8.1",
|
2023-07-24 15:43:23 +03:00
|
|
|
"react-hot-toast": "2.4.1",
|
2023-07-24 17:22:54 +03:00
|
|
|
"react-select": "5.7.4",
|
2023-05-16 09:23:36 +03:00
|
|
|
"rollup-plugin-node-builtins": "2.1.2",
|
2023-08-18 18:04:06 +03:00
|
|
|
"storybook": "7.3.2",
|
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-05-16 09:23:36 +03:00
|
|
|
"vite-plugin-svgr": "3.2.0",
|
2023-08-17 13:48:08 +03:00
|
|
|
"vitest": "0.34.2"
|
2023-05-16 09:23:36 +03:00
|
|
|
}
|
|
|
|
}
|