-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.14 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
{
"name": "stewed",
"description": "Stewed UI components in React.",
"private": false,
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
"watch": "turbo run watch",
"lint": "turbo run lint --parallel",
"lint:style": "stylelint '**/*.scss'",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,scss}\"",
"test:unit": "turbo run test:unit",
"clean": "turbo clean && rm -rf node_modules",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"changelog:conventional": "changeset-conventional",
"changelog:package": "changeset",
"changelog:generate": "npm run changelog:conventional & npm run packages:version",
"packages:status": "changeset status --verbose",
"packages:publish": "changeset publish",
"packages:version": "changeset version"
},
"dependencies": {
"@tanstack/react-query": "^5.62.11",
"@hello-week/hooks": "^0.4.0",
"@stewed/hooks": "workspace:*",
"@stewed/react": "workspace:*",
"@stewed/utilities": "workspace:*",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@harmonix-hub/eslint": "^2.0.0",
"@harmonix-hub/prettier": "^1.4.0",
"@harmonix-hub/stylelint": "^1.4.0",
"@harmonix-hub/tsconfig": "^1.5.0",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/testing-library": "^0.2.2",
"@testing-library/react": "^16.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"changeset-conventional-commits": "^0.2.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-storybook": "^0.11.1",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-scan": "^0.0.54",
"storybook": "^8.4.7",
"stylelint": "^16.12.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.10.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^20.3.0"
},
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=20"
}
}