-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
104 lines (104 loc) · 4.81 KB
/
package.json
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
{
"name": "wl-hopper",
"version": "0.0.0",
"keywords": [],
"author": {
"name": "Workleap"
},
"private": true,
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/gsoft-inc/wl-hopper.git"
},
"scripts": {
"doc:start": "pnpm --filter=docs dev",
"doc:storybook": "pnpm --filter=docs storybook",
"doc:build": "pnpm --filter=docs build",
"doc:generate": "pnpm --filter=docs generate",
"doc:lint": "pnpm --filter=docs lint",
"dev:basic": "pnpm -r --filter=basic dev",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm -r build",
"test-storybook": "test-storybook",
"build:tokens": "pnpm --filter=\"@hopper-ui/tokens\" build",
"build:pkg": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm -r --filter \"{packages/**}\" build ",
"build:apps": "pnpm -r --filter \"{apps/**}\" build ",
"changeset": "changeset",
"ci-release": "pnpm build:pkg && changeset publish",
"install-react19": "pnpm -r --filter \"{packages/**}\" add -D react@19 react-dom@19 @types/react@19 @types/react-dom@19 && pnpm add -D -w react@19 react-dom@19 @types/react@19 @types/react-dom@19",
"generate-icons": "pnpm --filter=\"svg-icons\" generate-icons && pnpm --filter=\"@hopper-ui/icons*\" generate-icons",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
"lint:style": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-location node_modules/.cache/stylelint --max-warnings=0",
"lint:types": "pnpm run typecheck",
"typecheck": "pnpm -r --parallel --include-workspace-root exec tsc --noEmit",
"clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist node_modules/.cache",
"reset": "pnpm clean && pnpm reset:modules",
"reset:modules": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf node_modules pnpm-lock.yaml",
"storybook": "storybook dev -p 6006",
"storybook-nolazy": "cross-env STORYBOOK_NO_LAZY=true pnpm run storybook",
"build-storybook": "storybook build",
"list-outdated-deps": "pnpm outdated -r --format list \"!eslint\" \"!@types/eslint\" \"!style-dictionary\" \"!react-router-dom\" \"!next\" \"!eslint-config-next\"",
"update-outdated-deps": "pnpm update -r --latest \"!eslint\" \"!@types/eslint\" \"!style-dictionary\" \"!react-router-dom\" \"!next\" \"!eslint-config-next\"",
"plop": "plop",
"find-types": "pnpm --filter=components find-types"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@chromatic-com/storybook": "^3.2.2",
"@hopper-ui/tokens": "workspace:*",
"@internationalized/string-compiler": "3.2.6",
"@netlify/plugin-nextjs": "5.9.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "0.20.1",
"@storybook/types": "^8.4.7",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.13",
"@workleap/eslint-plugin": "3.2.3",
"@workleap/stylelint-configs": "2.0.3",
"@workleap/typescript-configs": "3.0.2",
"axe-playwright": "2.0.3",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-plugin-hopper-monorepo": "workspace:*",
"eslint-plugin-storybook": "^0.11.1",
"jest": "29.7.0",
"plop": "4.0.1",
"prettier": "3.4.2",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"react-refresh": "0.14.2",
"react-router-dom": "6.27.0",
"storybook": "^8.4.7",
"stylelint": "16.11.0",
"stylelint-config-clean-order": "6.1.0",
"stylelint-use-logical": "2.1.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"tsx": "4.19.2"
},
"resolutions": {
"eslint-plugin-react-hooks": "4.6.2"
},
"bugs": {
"url": "https://github.com/gsoft-inc/wl-hopper/issues"
},
"homepage": "https://github.com/gsoft-inc/wl-hopper#readme"
}