mirror of
https://hk.gh-proxy.com/https://github.com/syntatis/kubrick.git
synced 2026-07-27 13:18:27 +08:00
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"name": "@syntatis/monorepo",
|
|
"description": "Classic Admin UI for WordPress® built with React.js",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^24",
|
|
"npm": ">=10"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@storybook/addon-a11y": "^10.5.4",
|
|
"@storybook/addon-links": "^10.5.4",
|
|
"@storybook/addon-themes": "^10.5.4",
|
|
"@storybook/react-vite": "^10.5.4",
|
|
"@syntatis/eslint-config": "file:./packages/eslint-config",
|
|
"@syntatis/kubrick": "file:./packages/kubrick",
|
|
"@syntatis/kubrick-dev": "file:./packages/kubrick-dev",
|
|
"@syntatis/stylelint-config": "file:./packages/stylelint-config",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
"@typescript-eslint/parser": "^8.65.0",
|
|
"@wordpress/icons": "^10.30.0",
|
|
"chromatic": "^18.1.0",
|
|
"eslint": "^10.8.0",
|
|
"eslint-plugin-storybook": "^10.5.4",
|
|
"lerna": "^8.2.3",
|
|
"prettier": "^3.6.2",
|
|
"storybook": "^10.5.4",
|
|
"stylelint": "^17.14.1",
|
|
"typescript": "^5.9.2",
|
|
"@storybook/addon-docs": "^10.5.4"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build -w @syntatis/kubrick -w @syntatis/kubrick-dev",
|
|
"chromatic": "chromatic --build-script-name=storybook:build",
|
|
"format": "npm run format:scripts && npm run format:styles",
|
|
"format:scripts": "eslint . --fix",
|
|
"format:styles": "stylelint '**/*.scss' --fix",
|
|
"lint": "npm run lint:scripts && npm run lint:styles && npm run lint:types",
|
|
"lint:scripts": "eslint .",
|
|
"lint:styles": "stylelint '**/*.scss'",
|
|
"lint:types": "tsc --noEmit",
|
|
"storybook": "storybook dev -p 6007",
|
|
"storybook:build": "storybook build",
|
|
"test": "npm run test --workspaces --if-present",
|
|
"test:coverage": "npm run test:coverage --workspaces --if-present",
|
|
"test:watch": "npm run test:watch ---workspaces --if-present"
|
|
}
|
|
}
|