2023-05-16 01:23:36 -05:00
|
|
|
{
|
|
|
|
"name": "@tryghost/admin-x-settings",
|
2024-09-25 01:59:22 -05:00
|
|
|
"version": "0.0.0",
|
2023-05-16 02:19:54 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings"
|
|
|
|
},
|
2023-05-16 01:23:36 -05: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"
|
|
|
|
}
|
|
|
|
},
|
2024-09-25 01:59:22 -05:00
|
|
|
"private": true,
|
2023-05-16 01:23:36 -05:00
|
|
|
"scripts": {
|
2023-09-18 08:11:45 -05:00
|
|
|
"dev": "vite build --watch",
|
2023-05-19 07:43:47 -05:00
|
|
|
"dev:start": "vite",
|
2024-09-02 04:46:40 -05:00
|
|
|
"build": "tsc && vite build",
|
2023-05-16 01:23:36 -05:00
|
|
|
"lint": "yarn run lint:js",
|
|
|
|
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
2023-11-08 07:33:18 -05:00
|
|
|
"test:unit": "yarn nx build && vitest run",
|
2023-10-03 04:20:40 -05:00
|
|
|
"test:acceptance": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
|
2023-10-18 13:56:34 -05:00
|
|
|
"test:acceptance:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 yarn test:acceptance --headed",
|
2023-10-03 04:20:40 -05:00
|
|
|
"test:acceptance:full": "ALL_BROWSERS=1 yarn test:acceptance",
|
2023-11-08 07:33:18 -05:00
|
|
|
"preview": "vite preview"
|
2023-05-16 01:23:36 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-27 10:32:53 -05:00
|
|
|
"@codemirror/lang-html": "6.4.9",
|
2024-04-30 15:04:58 -05:00
|
|
|
"@tryghost/color-utils": "0.2.2",
|
2024-09-19 07:49:36 -05:00
|
|
|
"@tryghost/kg-unsplash-selector": "0.2.5",
|
2024-05-27 11:54:31 -05:00
|
|
|
"@tryghost/limit-service": "1.2.14",
|
2024-09-16 04:16:49 -05:00
|
|
|
"@tryghost/nql": "0.12.5",
|
2024-04-30 15:04:58 -05:00
|
|
|
"@tryghost/timezone-data": "0.4.3",
|
2024-05-01 02:39:59 -05:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2023-06-01 11:35:52 -05:00
|
|
|
"validator": "7.2.0"
|
2023-05-16 01:23:36 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-06 12:35:50 -05:00
|
|
|
"@playwright/test": "1.46.1",
|
2024-08-06 03:24:44 -05:00
|
|
|
"@testing-library/react": "14.3.1",
|
2023-11-08 10:10:43 -05:00
|
|
|
"@tryghost/admin-x-design-system": "0.0.0",
|
2023-11-14 08:50:08 -05:00
|
|
|
"@tryghost/admin-x-framework": "0.0.0",
|
2024-05-23 16:15:26 -05:00
|
|
|
"@types/react": "18.3.3",
|
2024-04-30 14:48:58 -05:00
|
|
|
"@types/react-dom": "18.3.0",
|
2024-06-16 19:23:40 -05:00
|
|
|
"@types/validator": "13.12.0",
|
2023-12-04 13:17:20 -05:00
|
|
|
"@vitejs/plugin-react": "4.2.1",
|
2023-05-16 01:23:36 -05:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-07-11 08:11:02 -05:00
|
|
|
"eslint-plugin-react-refresh": "0.4.3",
|
|
|
|
"eslint-plugin-tailwindcss": "3.13.0",
|
2023-09-01 08:32:29 -05:00
|
|
|
"stylelint": "15.10.3",
|
2024-04-16 02:11:32 -05:00
|
|
|
"vite": "4.5.3",
|
2023-09-07 01:38:20 -05:00
|
|
|
"vite-plugin-css-injected-by-js": "^3.3.0",
|
2023-09-20 01:31:02 -05:00
|
|
|
"vite-plugin-svgr": "3.3.0",
|
2023-12-13 03:11:05 -05:00
|
|
|
"vitest": "0.34.3"
|
2023-11-08 07:33:18 -05:00
|
|
|
},
|
|
|
|
"nx": {
|
|
|
|
"targets": {
|
2023-12-13 04:26:33 -05:00
|
|
|
"dev": {
|
2023-11-08 07:33:18 -05:00
|
|
|
"dependsOn": [
|
2023-12-13 04:26:33 -05:00
|
|
|
"^build"
|
2023-11-08 07:33:18 -05:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"test:acceptance": {
|
|
|
|
"dependsOn": [
|
|
|
|
"test:acceptance",
|
2023-12-13 04:26:33 -05:00
|
|
|
"^build"
|
2023-11-08 07:33:18 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-05-16 01:23:36 -05:00
|
|
|
}
|
|
|
|
}
|