-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
136 lines (136 loc) · 4.17 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@homebound/beam",
"version": "2.376.0",
"author": "Homebound",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/homebound-team/beam"
},
"files": [
"dist",
"!dist/**/*.{stories,test}.*",
"!dist/setupTests.*"
],
"engines": {
"node": "~20.9.0"
},
"scripts": {
"start": "yarn storybook",
"build": "yarn copy && tspc",
"build:truss": "truss",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
"test": "jest --maxWorkers 4",
"test:watch": "jest --watch",
"lint": "eslint --ext js,ts,tsx src",
"lint:fix": "eslint --ext js,ts,tsx --fix src",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 9000",
"chromatic": "chromatic --project-token=074248da7284 --exit-once-uploaded --only-changed",
"copy": "npx copyfiles -u 1 \"./src/**/*.css\" \"./dist/\"",
"copy-to-internal-frontend": "cp -r dist/* ~/homebound/internal-frontend/node_modules/@homebound/beam/dist/",
"format": "prettier --loglevel warn --write \"**/*.{ts,tsx,css,md,mdx}\""
},
"dependencies": {
"@homebound/form-state": "^2.25.2",
"@internationalized/number": "^3.0.3",
"@popperjs/core": "^2.11.6",
"@react-aria/utils": "^3.18.0",
"change-case": "^4.1.2",
"date-fns": "^2.28.0",
"dompurify": "^2.3.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^9.0.4",
"memoize-one": "^5.2.1",
"mobx-utils": "^6.1.0",
"react-aria": "^3.26.0",
"react-day-picker": "8.0.7",
"react-popper": "^2.3.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-stately": "^3.24.0",
"react-virtuoso": "^4.2.2",
"tributejs": "^5.1.3",
"trix": "^1.3.1",
"use-debounce": "^7.0.1",
"use-query-params": "^1.2.2"
},
"peerDependencies": {
"@emotion/react": ">=11",
"mobx-react": ">=7",
"react": ">=16",
"react-router-dom": ">=5.2"
},
"peerDependenciesMeta": {
"mobx-react": {
"optional": true
},
"react-router-dom": {
"optional": false
}
},
"devDependencies": {
"@emotion/jest": "^11.10.5",
"@emotion/react": "^11.10.6",
"@homebound/eslint-config": "^1.10.2",
"@homebound/rtl-react-router-utils": "1.2.0",
"@homebound/rtl-utils": "^2.66.2",
"@homebound/truss": "^1.136.0",
"@homebound/tsconfig": "^1.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-docs": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/manager-api": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/test": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@storybook/types": "^8.3.5",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@tsconfig/recommended": "^1.0.2",
"@types/dompurify": "^2.2.3",
"@types/jest": "^29.4.0",
"@types/react": "^18.3.11",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.2",
"array-move": "^4.0.0",
"chromatic": "^11.12.6",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.52.0",
"eslint-plugin-storybook": "^0.9.0",
"husky": "^5.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-chain": "^1.1.6",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mobx": "^6.13.5",
"mobx-react": "^9.1.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"semantic-release": "^20.1.0",
"storybook": "^8.3.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.5.1",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"watch": "^1.0.2"
},
"resolutions": {
"@types/react": "18.0.28",
"react-router": "5.3.4"
},
"packageManager": "yarn@3.6.3"
}