-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.47 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.47 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
{
"name": "@qualcomm-ui-utils/root",
"version": "0.0.0",
"description": "@qui utils monorepo",
"private": true,
"repository": "https://github.com/qualcomm/qualcomm-ui-utils",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"lint": "turbo run lint --continue",
"lint:ci": "turbo run lint --concurrency 6",
"check-updates": "pnpm npm-check-updates",
"bump": "pnpm qui-changesets prep-release --include-commit-links"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@changesets/get-github-info": "^0.7.0",
"@changesets/read": "^0.6.6",
"@changesets/types": "^6.1.0",
"@changesets/write": "^0.4.0",
"@clack/prompts": "1.0.0",
"@commander-js/extra-typings": "^14.0.0",
"@eslint/js": "catalog:",
"@manypkg/get-packages": "^3.1.0",
"@octokit/rest": "^22.0.1",
"@qualcomm-ui/changesets-cli": "workspace:*",
"@qualcomm-ui/eslint-config-mdx": "^1.1.0",
"@qualcomm-ui/eslint-config-react": "^1.1.0",
"@qualcomm-ui/eslint-config-typescript": "^2.0.0",
"@qualcomm-ui/eslint-plugin-path-alias": "^1.1.0",
"@qualcomm-ui/tailwind-plugin": "^1.5.1",
"@types/node": "~24.10.13",
"browserslist": "^4.28.1",
"chalk": "^5.6.2",
"commander": "^14.0.3",
"cross-env": "^10.1.0",
"dayjs": "^1.11.19",
"dotenv": "^17.2.4",
"envalid": "^8.1.1",
"eslint": "catalog:",
"execa": "^9.6.1",
"glob": "catalog:",
"ignore": "^7.0.5",
"npm-check-updates": "^19.3.2",
"npm-run-all2": "^8.0.4",
"playwright": "1.58.2",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"pretty-ms": "^9.3.0",
"shx": "^0.4.0",
"stylelint": "^17.1.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^7.0.1",
"stylelint-prettier": "^5.0.3",
"syncpack": "14.3.0",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"turbo": "^2.9.3",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"yaml": "^2.8.2"
},
"resolutions": {
"eslint": "catalog:",
"lodash": "4.17.23",
"playwright": "1.58.2",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}