{ "name": "@tryghost/admin-x-settings", "version": "0.0.1", "repository": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings", "author": "Ghost Foundation", "private": true, "type": "module", "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" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "yarn run lint:js", "lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test", "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": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@storybook/addon-essentials": "7.0.9", "@storybook/addon-interactions": "7.0.9", "@storybook/addon-links": "7.0.9", "@storybook/addon-styling": "1.0.6", "@storybook/blocks": "7.0.9", "@storybook/react": "7.0.9", "@storybook/react-vite": "7.0.9", "@storybook/testing-library": "0.1.0", "@tailwindcss/forms": "0.5.3", "@tailwindcss/line-clamp": "0.4.4", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "@typescript-eslint/eslint-plugin": "5.57.1", "@typescript-eslint/parser": "5.57.1", "@vitejs/plugin-react": "4.0.0", "autoprefixer": "10.4.14", "eslint": "8.38.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-ghost": "2.18.0", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.3.4", "eslint-plugin-tailwindcss": "3.11.0", "postcss": "8.4.23", "prop-types": "15.8.1", "rollup-plugin-node-builtins": "2.1.2", "storybook": "7.0.9", "stylelint": "15.6.1", "tailwindcss": "3.3.2", "typescript": "5.0.2", "vite": "4.3.2", "vite-plugin-svgr": "3.2.0", "vitest": "0.31.0" } }