-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.25 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 2.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
{
"name": "storybook-addon-performance-panel-repo",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build -w @github-ui/storybook-addon-performance-panel",
"build:watch": "npm run build:watch -w @github-ui/storybook-addon-performance-panel",
"dev": "npm run build && concurrently -k --kill-signal SIGINT --kill-timeout 3000 -n watch,react,html,site -c blue,green,magenta,cyan \"npm:build:watch\" \"npm:docs:dev\" \"npm:docs:html:dev\" \"npm:site:dev\"",
"docs:dev": "npm run storybook -w @github-ui/examples-react",
"docs:html:dev": "npm run storybook -w @github-ui/examples-html",
"site:dev": "npm run dev -w @github-ui/website",
"lint": "eslint . --cache",
"test": "npm test -w @github-ui/storybook-addon-performance-panel",
"tsc": "tsc -b packages/storybook-addon-performance-panel/tsconfig.build.json",
"docs": "npm run build && npm run storybook -w @github-ui/examples-react",
"docs:build": "npm run build && npm run build-storybook -w @github-ui/examples-react",
"docs:html": "npm run build && npm run storybook -w @github-ui/examples-html",
"docs:html:build": "npm run build && npm run build-storybook -w @github-ui/examples-html",
"site": "npm run build && npm run dev -w @github-ui/website",
"site:build": "npm run build -w @github-ui/website",
"changeset": "changeset",
"version-packages": "changeset version && npm install --package-lock-only"
},
"engines": {
"node": ">=22"
},
"overrides": {
"h3": "$h3-v2",
"h3-v2": "$h3-v2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.31.0",
"@eslint/js": "^9.39.4",
"@storybook/react-vite": "^10",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^9.2.1",
"eslint": "^9.0.0 <10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-simple-import-sort": "13.0.0",
"globals": "^17.5.0",
"h3-v2": "npm:h3@2.0.1-rc.20",
"jiti": "^2.6.1",
"portless": "^0.10.3",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.9"
}
}