{ "version": "1.0.0-alpha.0", "author": "Community for NL Design System", "description": "Design system based on the NL Design System architecture", "license": "EUPL-1.2", "name": "@tilburg/design-system", "keywords": [ "nl-design-system" ], "private": true, "engines": { "node": "^20", "pnpm": "^9" }, "repository": { "type": "git+ssh", "url": "git@github.com:nl-design-system/tilburg.git", "directory": "." }, "workspaces": [ "./packages/*", "./proprietary/*" ], "devDependencies": { "@lerna-lite/cli": "3.10.0", "@lerna-lite/publish": "3.4.0", "@lerna-lite/run": "3.10.0", "@lerna-lite/version": "3.10.0", "@types/node": "20.17.1", "@typescript-eslint/eslint-plugin": "7.17.0", "@typescript-eslint/parser": "7.17.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-mdx": "3.1.5", "eslint-plugin-react": "7.37.2", "husky": "9.1.6", "lint-staged": "15.2.10", "markdownlint-cli": "0.42.0", "npm-check-updates": "17.1.8", "npm-package-json-lint": "8.0.0", "npm-run-all": "4.1.5", "postcss": "8.4.47", "prettier": "3.3.3", "stylelint": "16.10.0", "stylelint-config-standard-scss": "13.1.0", "stylelint-order": "6.0.4", "typescript": "5.5.4" }, "scripts": { "build": "lerna run build", "clean": "lerna run clean", "lint": "npm-run-all --continue-on-error lint:** lint-workspaces", "lint:css": "stylelint --allow-empty-input '**/*.{css,scss}'", "lint:js": "eslint --ext .js,.cjs,.mjs,.json,.jsx,.mdx,.ts,.tsx --report-unused-disable-directives .", "lint:md": "markdownlint '**/*.md'", "lint:package-json": "npmPkgJsonLint .", "lint:package-lock": "pnpm ls --recursive", "lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier", "lint-fix:css": "stylelint --fix '**/*.{css,scss}'", "lint-fix:js": "eslint --ext .js,.cjs,.mjs,.json,.jsx,.mdx,.ts,.tsx --fix --report-unused-disable-directives .", "lint-fix:md": "markdownlint --fix '**/*.md'", "lint-workspaces": "lerna run --no-bail lint", "lint-build": "lerna run --no-bail lint-build", "prepare": "husky", "prettier": "prettier --write .", "publish": "lerna publish from-package --yes", "release": "lerna version prerelease --conventional-prerelease --no-changelog --no-private --yes", "start": "node_modules/http-server/bin packages/storybook/dist/", "storybook": "npm-run-all --parallel watch:**", "test": "pnpm run test-workspaces", "test-update": "npm-run-all --sequential clean lint build test", "test-workspaces": "lerna run --no-bail test", "update-patch": "npm-check-updates --configFileName .ncurc.patch.cjs", "update-minor": "npm-check-updates --configFileName .ncurc.minor.cjs", "update-major": "npm-check-updates --configFileName .ncurc.major.cjs", "watch:storybook": "lerna run build:stencil && lerna run build:style-dictionary && pnpm --filter ./packages/storybook run storybook", "watch:style-dictionary": "lerna run watch:style-dictionary" }, "dependencies": { "http-server": "14.1.1" }, "packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7" }