-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 5.25 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 5.25 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "instructure-ui",
"description": "A design system by Instructure Inc.",
"private": true,
"version": "11.7.4",
"author": "Instructure, Inc. Engineering and Product Design",
"repository": {
"type": "git",
"url": "https://github.com/instructure/instructure-ui.git"
},
"homepage": "https://instructure.design",
"bugs": "https://github.com/instructure/instructure-ui/issues",
"workspaces": [
"packages/*"
],
"scripts": {
"transpile-diff": "ui-scripts transpile-diff",
"prestart": "pnpm run bootstrap",
"start": "pnpm --filter docs-app start",
"start:watch": "pnpm --filter docs-app start:watch",
"dev": "pnpm -C packages/__docs__ start:watch",
"dev:verbose": "DOCS_VERBOSE=1 pnpm dev",
"test:vitest": "playwright install chromium && vitest --watch=false --project browser --project node",
"test:vitest-watch": "playwright install chromium && vitest --project browser --project node",
"test:vitest-browser-ui": "playwright install chromium && vitest --project browser --browser.headless=false --ui",
"lint": "pnpm -r --stream lint",
"lint:changes": "pnpm run lint -- --since HEAD^",
"lint:fix": "pnpm -r --stream lint:fix",
"lint:commits": "commitlint --from=HEAD^1",
"bootstrap": "node scripts/bootstrap.mjs",
"build": "pnpm -r --stream build",
"build:watch": "pnpm -r --stream build:watch",
"build:docs": "pnpm --filter docs-app bundle",
"build:themes": "ui-scripts build-themes",
"build:tokens": "ui-scripts generate-all-tokens",
"build:types": "tsc -b tsconfig.references.json",
"build:ts": "pnpm --filter @instructure/ui-icons prepare-build && pnpm run build:types",
"clean": "node scripts/clean.mjs",
"clean-node": "node scripts/clean.mjs --nuke_node",
"export:icons": "pnpm --filter @instructure/ui-icons export",
"create-component-version": "ui-scripts create-component-version",
"bump": "ui-scripts bump",
"bump:patch": "ui-scripts bump --releaseType=patch",
"bump:minor": "ui-scripts bump --releaseType=minor",
"bump:major": "ui-scripts bump --releaseType=major",
"bump:private": "ui-scripts bump --releaseType=prerelease",
"release": "ui-scripts publish",
"publish-private": "ui-scripts publish-private",
"commit": "cz",
"husky:pre-commit": "lint-staged && node scripts/checkTSReferences.mjs",
"postinstall": "husky",
"ts:check": "pnpm -r --stream ts:check"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/runtime": "^7.29.7",
"@commitlint/cli": "^21.2.0",
"@commitlint/config-conventional": "^21.2.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@instructure/browserslist-config-instui": "workspace:*",
"@instructure/ui-babel-preset": "workspace:*",
"@instructure/ui-icons": "workspace:*",
"@instructure/ui-scripts": "workspace:*",
"@instructure/ui-themes": "workspace:*",
"@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/jest": "^30.0.0",
"@types/node": "^24",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/browser": "4.1.9",
"@vitest/browser-playwright": "4.1.9",
"@vitest/ui": "4.1.9",
"babel-loader": "^10.1.1",
"babel-plugin-add-import-extension": "^1.6.0",
"chai": "^4.4.1",
"chalk": "^5.6.2",
"commitizen": "^4.3.2",
"concurrently": "^9.2.3",
"cross-spawn": "^7.0.6",
"cz-git": "^1.13.1",
"esbuild": "^0.28.1",
"esbuild-loader": "^4.5.0",
"eslint-plugin-react": "^7.37.5",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lerna": "9.0.7",
"lint-staged": "^17.0.8",
"moment-timezone": "^0.6.2",
"oxlint": "^1.72.0",
"prettier": "2.8.8",
"playwright": "1.61.1",
"react": "18.3.1",
"read-package-up": "^12.0.0",
"typescript": "6.0.3",
"vitest": "^4.1.9",
"vitest-browser-react": "2.2.0",
"webpack": "^5.107.2"
},
"//dependency-comments": {
"scripts": "The '--' at the end of commands is needed so user parameters are passed forward",
"danger": "^11.3.1 -- add this back if we use it in pr-validation.yml",
"tar": "Lerna 8 needs tar for this fixed(?) bug: https://github.com/lerna/lerna/issues/4005",
"@types/jest": "needed because https://github.com/testing-library/jest-dom/issues/544 recheck if fixed",
"git-raw-commits>dargs": "Force dargs@7.0.0 (CommonJS) for git-raw-commits@3.0.0 used by lerna. pnpm hoisting was causing ESM dargs@8.1.0 to be resolved instead, breaking 'pnpm run bump' with 'TypeError: dargs is not a function'"
},
"engines": {
"node": ">=22.18.0",
"npm": "Use pnpm instead.",
"pnpm": ">=10"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"oxlint -c .oxlintrc.json --fix",
"prettier --write"
],
"*.{json,jsx,md,mdx,html}": [
"prettier --write"
]
},
"browserslist": [
"extends @instructure/browserslist-config-instui"
],
"packageManager": "pnpm@11.5.3+sha512.7ac1c919341c213a34dc0d02afb7143c5c26ac26ee8c4782deea821b8ac64d2134a081fd8941dae6e29bbb48f58dfc2b7fbceeccc07cb2f09d219d342a4969ed"
}