-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 3.17 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
{
"name": "@ni-private/nimble",
"version": "1.0.0",
"private": true,
"description": "The NI Nimble Design System Monorepo",
"scripts": {
"postinstall": "patch-package && npm run playwright-setup",
"playwright-setup": "playwright install --with-deps",
"build": "turbo run build build-bundle --log-order=grouped --continue=dependencies-successful",
"build-storybook": "turbo run @ni-private/storybook#build --log-order=grouped",
"build-components": "turbo run @ni/nimble-components#build @ni/spright-components#build @ni/ok-components#build --log-order=grouped",
"build-angular": "turbo run @ni-private/angular-workspace#build --log-order=grouped",
"build-blazor": "turbo run @ni-private/blazor-workspace#build --log-order=grouped",
"build-react": "turbo run @ni-private/react-client-app#build --log-order=grouped",
"format": "eslint . --fix && turbo run format --log-order=grouped --continue=dependencies-successful",
"pack": "turbo run pack --log-order=grouped --continue=dependencies-successful",
"test": "turbo run test --log-order=grouped --continue=dependencies-successful",
"lint": "eslint . && turbo run lint --log-order=grouped --continue=dependencies-successful",
"validate": "eslint . && turbo run test lint --log-order=grouped --continue=dependencies-successful",
"change": "beachball change",
"check": "beachball check --changehint \"Run 'npm run change' to generate a change file\"",
"sync": "beachball sync",
"invoke-publish": "beachball publish --yes --access public --message \"applying package updates [skip ci]\"",
"performance": "npm run performance --workspaces --if-present",
"storybook": "npm run start -w @ni-private/storybook"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ni/nimble.git"
},
"author": {
"name": "National Instruments"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ni/nimble/issues"
},
"homepage": "https://github.com/ni/nimble#readme",
"files": [
"!*"
],
"packageManager": "npm@11.6.4",
"workspaces": [
"packages/eslint-config-nimble",
"packages/jasmine-extensions",
"packages/jasmine-parameterized",
"packages/xliff-to-json-converter",
"packages/unit-format",
"packages/nimble-tokens",
"packages/nimble-components",
"packages/spright-components",
"packages/ok-components",
"packages/react-workspace/nimble-react",
"packages/react-workspace/spright-react",
"packages/react-workspace/ok-react",
"packages/react-workspace/react-client-app",
"packages/storybook",
"packages/angular-workspace",
"packages/angular-workspace/nimble-angular",
"packages/angular-workspace/spright-angular",
"packages/angular-workspace/ok-angular",
"packages/blazor-workspace",
"packages/blazor-workspace/NimbleBlazor",
"packages/blazor-workspace/SprightBlazor",
"packages/blazor-workspace/OkBlazor",
"packages/performance",
"packages/site"
],
"overrides": {
"karma-vite": {
"vite": "^7"
}
},
"devDependencies": {
"beachball": "2.64.0",
"patch-package": "^8.0.0",
"playwright": "1.60.0",
"turbo": "^2.9.7"
}
}