2023-11-08 15:33:18 +03:00
|
|
|
{
|
2023-11-08 18:10:43 +03:00
|
|
|
"name": "@tryghost/admin-x-design-system",
|
2023-11-08 15:33:18 +03:00
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.0",
|
2023-11-08 18:10:43 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-design-system",
|
2023-11-08 15:33:18 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"private": true,
|
|
|
|
"main": "es/index.js",
|
|
|
|
"types": "types/index.d.ts",
|
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
2023-12-13 11:55:58 +03:00
|
|
|
"build": "concurrently \"vite build\" \"tsc -p tsconfig.declaration.json\"",
|
2023-11-08 15:33:18 +03:00
|
|
|
"prepare": "yarn build",
|
2024-07-11 11:32:55 +03:00
|
|
|
"test": "yarn test:unit && yarn test:types",
|
|
|
|
"test:unit": "yarn nx build && vitest run",
|
2023-11-08 15:33:18 +03:00
|
|
|
"test:types": "tsc --noEmit",
|
|
|
|
"lint:code": "eslint --ext .js,.ts,.cjs,.tsx src/ --cache",
|
|
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
|
|
"lint:test": "eslint -c test/.eslintrc.cjs --ext .js,.ts,.cjs,.tsx test/ --cache",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
|
|
|
"build-storybook": "storybook build"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"es",
|
|
|
|
"types",
|
|
|
|
"tailwind.cjs",
|
|
|
|
"tailwind.config.cjs"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2024-05-27 18:32:53 +03:00
|
|
|
"@codemirror/lang-html": "6.4.9",
|
2024-06-24 15:40:40 +03:00
|
|
|
"@storybook/addon-essentials": "7.6.20",
|
|
|
|
"@storybook/addon-interactions": "7.6.20",
|
|
|
|
"@storybook/addon-links": "7.6.20",
|
2023-11-08 15:33:18 +03:00
|
|
|
"@storybook/addon-styling": "1.3.7",
|
2024-06-24 15:40:40 +03:00
|
|
|
"@storybook/blocks": "7.6.20",
|
|
|
|
"@storybook/react": "7.6.20",
|
2023-12-07 17:13:15 +03:00
|
|
|
"@storybook/react-vite": "7.6.4",
|
2023-11-08 15:33:18 +03:00
|
|
|
"@storybook/testing-library": "0.2.2",
|
2024-08-06 11:24:44 +03:00
|
|
|
"@testing-library/react": "14.3.1",
|
2024-07-11 11:32:55 +03:00
|
|
|
"@testing-library/react-hooks" : "8.0.1",
|
2023-12-04 21:17:20 +03:00
|
|
|
"@vitejs/plugin-react": "4.2.1",
|
2023-11-08 15:33:18 +03:00
|
|
|
"c8": "8.0.1",
|
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "0.4.3",
|
|
|
|
"eslint-plugin-tailwindcss": "3.13.0",
|
2024-07-22 03:12:53 +03:00
|
|
|
"jsdom": "24.1.1",
|
2023-11-08 15:33:18 +03:00
|
|
|
"mocha": "10.2.0",
|
2024-07-11 11:32:55 +03:00
|
|
|
"chai": "4.3.8",
|
2024-05-27 18:29:32 +03:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2023-11-23 15:59:48 +03:00
|
|
|
"rollup-plugin-node-builtins": "2.1.2",
|
|
|
|
"sinon": "17.0.0",
|
2024-06-24 15:40:40 +03:00
|
|
|
"storybook": "7.6.20",
|
2023-12-08 17:18:56 +03:00
|
|
|
"ts-node": "10.9.2",
|
2024-04-15 10:50:07 +03:00
|
|
|
"typescript": "5.4.5",
|
2024-04-16 10:11:32 +03:00
|
|
|
"vite": "4.5.3",
|
2023-11-08 15:33:18 +03:00
|
|
|
"vite-plugin-svgr": "3.3.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-20 13:31:06 +03:00
|
|
|
"@dnd-kit/core": "6.1.0",
|
2023-11-08 15:33:18 +03:00
|
|
|
"@dnd-kit/sortable": "7.0.2",
|
|
|
|
"@ebay/nice-modal-react": "1.2.13",
|
2024-06-21 14:57:27 +03:00
|
|
|
"@sentry/react": "7.118.0",
|
2023-11-11 01:52:47 +03:00
|
|
|
"@tailwindcss/forms": "0.5.7",
|
2023-11-08 15:33:18 +03:00
|
|
|
"@tailwindcss/line-clamp": "0.4.4",
|
2024-07-04 10:20:44 +03:00
|
|
|
"@uiw/react-codemirror": "4.23.0",
|
2024-04-16 10:33:08 +03:00
|
|
|
"autoprefixer": "10.4.19",
|
2024-04-23 09:59:14 +03:00
|
|
|
"clsx": "2.1.1",
|
2024-07-01 04:57:23 +03:00
|
|
|
"postcss": "8.4.39",
|
2024-05-09 11:27:02 +03:00
|
|
|
"postcss-import": "16.1.0",
|
2024-05-27 18:29:32 +03:00
|
|
|
"react-colorful": "5.6.1",
|
2023-11-08 15:33:18 +03:00
|
|
|
"react-hot-toast": "2.4.1",
|
|
|
|
"react-select": "5.8.0",
|
2024-07-29 17:10:12 +03:00
|
|
|
"tailwindcss": "3.4.7"
|
2023-11-08 15:33:18 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
|
|
|
}
|