104 lines
3.0 KiB
JSON
104 lines
3.0 KiB
JSON
{
|
|
"name": "@tryghost/admin-x-settings",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings"
|
|
},
|
|
"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",
|
|
"types": "./src/index.tsx"
|
|
},
|
|
"./src/*": {
|
|
"import": "./src/*.tsx",
|
|
"require": "./src/*.tsx"
|
|
}
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"dev:start": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "pnpm run lint:js",
|
|
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
|
"test": "pnpm test:unit",
|
|
"test:unit": "vitest run --config vitest.config.ts",
|
|
"test:acceptance": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' playwright test",
|
|
"test:acceptance:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:acceptance --headed",
|
|
"test:acceptance:full": "ALL_BROWSERS=1 pnpm test:acceptance",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-html": "6.4.11",
|
|
"@dnd-kit/sortable": "7.0.2",
|
|
"@ebay/nice-modal-react": "1.2.13",
|
|
"@sentry/react": "7.120.4",
|
|
"@tanstack/react-query": "4.36.1",
|
|
"@tryghost/color-utils": "0.2.16",
|
|
"@tryghost/i18n": "workspace:*",
|
|
"@tryghost/kg-unsplash-selector": "0.3.26",
|
|
"@tryghost/limit-service": "1.5.2",
|
|
"@tryghost/nql": "0.12.10",
|
|
"@tryghost/timezone-data": "0.4.18",
|
|
"@uiw/react-codemirror": "4.25.2",
|
|
"clsx": "2.1.1",
|
|
"lucide-react": "0.577.0",
|
|
"mingo": "2.5.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-hot-toast": "2.6.0",
|
|
"react-select": "5.10.2",
|
|
"sonner": "2.0.7",
|
|
"validator": "13.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.59.1",
|
|
"@testing-library/jest-dom": "^6",
|
|
"@testing-library/react": "14.3.1",
|
|
"@tryghost/admin-x-design-system": "workspace:*",
|
|
"@tryghost/admin-x-framework": "workspace:*",
|
|
"@tryghost/custom-fonts": "1.0.8",
|
|
"@tryghost/shade": "workspace:*",
|
|
"@types/node": "22.19.17",
|
|
"@types/react": "18.3.28",
|
|
"@types/react-dom": "18.3.7",
|
|
"@types/validator": "13.15.10",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"eslint": "catalog:",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"eslint-plugin-react-refresh": "0.4.24",
|
|
"eslint-plugin-tailwindcss": "4.0.0-beta.0",
|
|
"stylelint": "15.11.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"vite": "5.4.21",
|
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
"vite-plugin-svgr": "3.3.0",
|
|
"vitest": "1.6.1"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"dev": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"test:acceptance": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|