This repository was archived by the owner on Sep 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 4.54 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "launchpad-ui",
"private": true,
"version": "0.0.1",
"description": "LaunchDarkly's design system",
"repository": "launchdarkly/launchpad-ui.git",
"author": "Catamorphic Co.",
"bugs": "https://github.com/launchdarkly/launchpad-ui/issues",
"homepage": "https://github.com/launchdarkly/launchpad-ui#readme",
"license": "Apache-2.0",
"scripts": {
"build": "nx run-many --target=build --all",
"build:packages": "nx affected --target=build",
"build:transform": "nx run-many --target=build --projects=@launchpad-ui/tokens",
"fmt:check": "oxfmt --check \"packages/**/*.{js,ts,tsx,json,css}\" \".storybook/**/*.{js,ts,tsx,json,css}\" \"docs/**/*.{js,ts,tsx,json,css}\" \"apps/**/*.{js,ts,tsx,json,css}\" \"test/**/*.{js,ts,tsx,json,css}\" \"*.{js,ts,tsx,json}\"",
"fmt:write": "oxfmt \"packages/**/*.{js,ts,tsx,json,css}\" \".storybook/**/*.{js,ts,tsx,json,css}\" \"docs/**/*.{js,ts,tsx,json,css}\" \"apps/**/*.{js,ts,tsx,json,css}\" \"test/**/*.{js,ts,tsx,json,css}\" \"*.{js,ts,tsx,json}\"",
"chromatic": "chromatic",
"clean": "nx run-many --target=clean --all",
"graph": "nx graph --affected",
"lint:css": "pnpm build:transform && stylelint \"packages/**/*.css\" \".storybook/**/*.css\" \"!packages/**/dist/**\" -q",
"lint:css:path": "stylelint -q",
"oxlint:js": "pnpm oxlint:js:path packages/ .storybook/ docs/ apps/ test/ package.json",
"oxlint:js:full": "concurrently 'pnpm oxlint:js' 'pnpm oxlint:js:path --type-aware --tsconfig=tsconfig.oxlint.json packages/ .storybook/ docs/ apps/ test/ package.json'",
"oxlint:js:path": "oxlint --quiet",
"postinstall": "syncpack lint",
"prepare": "husky",
"release": "nx run-many --target=build --all --exclude=launchpad-design-system && changeset publish",
"storybook": "pnpm build:transform && storybook dev -p 3000",
"storybook:build": "pnpm build:transform && storybook build --quiet",
"test": "pnpm build:transform && vitest run --coverage",
"test:packages": "pnpm build:transform && nx affected --target=test",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"typecheck": "pnpm build:transform && tsc --noEmit --emitDeclarationOnly false --skipLibCheck --moduleResolution bundler --lib 'es2024, dom, dom.iterable'",
"upgrade-react-aria": "pnpm up react-aria \"@internationalized/*\" \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-stately react-aria-components react react-dom @types/react @types/react-dom --latest --peer -r"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.31.0",
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"@commitlint/types": "20.5.0",
"@figma/code-connect": "1.4.7",
"@launchpad-ui/box": "workspace:~",
"@launchpad-ui/components": "workspace:~",
"@launchpad-ui/focus-trap": "workspace:~",
"@launchpad-ui/icons": "workspace:~",
"@launchpad-ui/story-utils": "workspace:~",
"@launchpad-ui/tokens": "workspace:~",
"@storybook/addon-a11y": "10.2.19",
"@storybook/addon-designs": "11.1.4",
"@storybook/addon-docs": "10.2.19",
"@storybook/addon-themes": "10.2.19",
"@storybook/react-vite": "10.2.19",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/css-modules": "1.0.5",
"@types/node": "24.10.1",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@vanilla-extract/css": "1.20.1",
"@vanilla-extract/vite-plugin": "5.2.2",
"@vitejs/plugin-react-swc": "4.2.3",
"@vitest/coverage-v8": "4.1.10",
"@vitest/ui": "4.1.10",
"browserslist": "4.28.2",
"chromatic": "13.3.5",
"concurrently": "9.2.1",
"deepmerge": "4.3.1",
"husky": "9.1.7",
"jsdom": "27.4.0",
"lightningcss": "1.32.0",
"lint-staged": "16.4.0",
"nx": "21.2.1",
"oxfmt": "0.55.0",
"oxlint": "1.75.0",
"oxlint-tsgolint": "7.0.2001",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-router": "8.2.0",
"rollup": "4.62.3",
"rollup-plugin-pure": "0.4.0",
"storybook": "10.2.19",
"storybook-addon-pseudo-states": "10.2.19",
"stylelint": "17.4.0",
"stylelint-value-no-unknown-custom-properties": "6.1.1",
"syncpack": "14.3.0",
"typescript": "5.9.2",
"typescript-plugin-css-modules": "5.2.0",
"vite": "7.3.6",
"vitest": "4.1.10"
},
"browserslist": [
"last 2 versions",
"not dead",
"not IE 11"
],
"engines": {
"node": ">=22.22.0",
"npm": ">=11.5.1"
},
"packageManager": "pnpm@11.0.1",
"pnpm": {
"overrides": {
"axios": "^1.17.0",
"fast-uri": "^3.1.2",
"immutable": "^5.1.5",
"lodash": "^4.17.24",
"rollup": "^4.59.0"
}
}
}