2023-05-16 09:23:36 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/admin-x-settings",
|
2023-07-10 11:41:49 +03:00
|
|
|
"version": "0.0.9",
|
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-06-15 06:39:11 +03:00
|
|
|
"@dnd-kit/core": "^6.0.8",
|
|
|
|
"@dnd-kit/sortable": "^7.0.2",
|
2023-05-24 17:31:02 +03:00
|
|
|
"@ebay/nice-modal-react": "^1.2.10",
|
|
|
|
"@tryghost/timezone-data": "0.3.0",
|
2023-06-06 06:50:07 +03:00
|
|
|
"clsx": "^1.2.1",
|
2023-05-16 09:23:36 +03:00
|
|
|
"react": "^18.2.0",
|
2023-06-01 19:35:52 +03:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"validator": "7.2.0"
|
2023-05-16 09:23:36 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-06 02:29:28 +03:00
|
|
|
"@playwright/test": "^1.34.3",
|
2023-07-12 19:00:30 +03:00
|
|
|
"@storybook/addon-essentials": "7.0.27",
|
|
|
|
"@storybook/addon-interactions": "7.0.27",
|
|
|
|
"@storybook/addon-links": "7.0.27",
|
2023-07-13 22:02:41 +03:00
|
|
|
"@storybook/addon-styling": "1.3.3",
|
2023-07-12 19:00:30 +03:00
|
|
|
"@storybook/blocks": "7.0.27",
|
|
|
|
"@storybook/react": "7.0.27",
|
|
|
|
"@storybook/react-vite": "7.0.27",
|
2023-06-21 00:54:04 +03:00
|
|
|
"@storybook/testing-library": "0.2.0",
|
2023-07-13 22:02:58 +03:00
|
|
|
"@tailwindcss/forms": "0.5.4",
|
2023-05-16 09:23:36 +03:00
|
|
|
"@tailwindcss/line-clamp": "0.4.4",
|
2023-07-13 22:03:15 +03:00
|
|
|
"@types/react": "18.2.15",
|
2023-07-12 22:18:17 +03:00
|
|
|
"@types/react-dom": "18.2.7",
|
2023-06-01 19:35:52 +03:00
|
|
|
"@types/validator": "^13.7.17",
|
2023-07-11 16:11:02 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
|
"@typescript-eslint/parser": "5.62.0",
|
2023-07-10 14:50:05 +03:00
|
|
|
"@vitejs/plugin-react": "4.0.3",
|
2023-05-16 09:23:36 +03:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-06-09 13:10:17 +03:00
|
|
|
"concurrently": "8.2.0",
|
2023-07-11 16:11:02 +03:00
|
|
|
"eslint": "8.44.0",
|
2023-05-16 09:23:36 +03:00
|
|
|
"eslint-config-react-app": "7.0.1",
|
2023-06-21 12:07:32 +03:00
|
|
|
"eslint-plugin-ghost": "3.2.0",
|
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-07-14 01:57:50 +03:00
|
|
|
"postcss": "8.4.26",
|
2023-05-17 09:11:02 +03:00
|
|
|
"postcss-import": "^15.1.0",
|
2023-05-16 09:23:36 +03:00
|
|
|
"prop-types": "15.8.1",
|
2023-06-05 18:30:15 +03:00
|
|
|
"react-hot-toast": "^2.4.1",
|
2023-06-02 11:53:47 +03:00
|
|
|
"react-select": "^5.7.3",
|
2023-05-16 09:23:36 +03:00
|
|
|
"rollup-plugin-node-builtins": "2.1.2",
|
2023-07-12 19:00:30 +03:00
|
|
|
"storybook": "7.0.27",
|
2023-07-11 09:44:51 +03:00
|
|
|
"stylelint": "15.10.1",
|
2023-05-16 09:23:36 +03:00
|
|
|
"tailwindcss": "3.3.2",
|
2023-06-29 03:05:46 +03:00
|
|
|
"typescript": "5.1.6",
|
2023-07-11 18:02:24 +03:00
|
|
|
"vite": "4.4.3",
|
2023-05-16 09:23:36 +03:00
|
|
|
"vite-plugin-svgr": "3.2.0",
|
2023-07-06 17:38:11 +03:00
|
|
|
"vitest": "0.33.0"
|
2023-05-16 09:23:36 +03:00
|
|
|
}
|
|
|
|
}
|