-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
159 lines (159 loc) · 5.15 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "@pluralsh/design-system",
"version": "0.1.0",
"description": "Pluralsh Design System",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"start": "storybook dev -p 6006",
"build:storybook": "yarn build && storybook build && yarn build:fix:storybook",
"build:fix:storybook": "perl -pi -w -e 's/%40/@/g;' storybook-static/index.html",
"storybook:serve-static": "yarn build:storybook && http-server storybook-static",
"build": "rimraf dist && tsc --noEmit && vite build",
"build:watch": "rimraf dist && vite build --watch",
"clean": "rimraf storybook-static dist",
"test": "vitest --run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"lint": "prettier --check ./src && eslint . --ext ts,tsx,js,jsx",
"fix": "run-s fix:format fix:js",
"fix:format": "prettier --write --no-error-on-unmatched-pattern ./src",
"fix:js": "eslint --fix . --ext ts,tsx,js,jsx",
"prepublishOnly": "npm run build",
"firebase:start": "yarn build:storybook && npx firebase emulators:start"
},
"engines": {
"node": "18.16.0"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "0.13.3",
"@loomhq/loom-embed": "1.5.0",
"@markdoc/markdoc": "0.4.0",
"@monaco-editor/react": "4.6.0",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-focus-scope": "1.1.0",
"@react-aria/utils": "3.23.0",
"@react-hooks-library/core": "0.6.0",
"@react-spring/web": "9.7.3",
"@react-stately/utils": "3.9.0",
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "3.0.1",
"chroma-js": "2.4.2",
"classnames": "2.3.2",
"dayjs": "1.11.13",
"highlight.js": "11.9.0",
"honorable-recipe-mapper": "0.2.0",
"immer": "10.0.3",
"lodash-es": "4.17.21",
"react-animate-height": "3.2.3",
"react-aria": "3.34.3",
"react-embed": "3.7.0",
"react-markdown": "9.0.1",
"react-merge-refs": "2.1.1",
"react-stately": "3.32.2",
"react-use-measure": "2.1.1",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.0",
"resize-observer-polyfill": "1.5.1",
"type-fest": "4.8.3",
"use-immer": "0.9.0",
"usehooks-ts": "2.9.1"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@pluralsh/eslint-config-typescript": "2.5.147",
"@react-types/shared": "3.22.0",
"@storybook/addon-actions": "8.3.5",
"@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/builder-vite": "8.3.5",
"@storybook/node-logger": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-vite": "8.3.5",
"@storybook/theming": "8.3.5",
"@testing-library/jest-dom": "5.17.0",
"@types/chroma-js": "2.4.3",
"@types/lodash-es": "4.17.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.10",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "1.0.4",
"@vitest/ui": "1.0.4",
"babel-loader": "9.1.3",
"babel-plugin-styled-components": "2.1.4",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-newlines": "1.3.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15",
"firebase-tools": "11.30.0",
"fuse.js": "6.6.2",
"honorable": "1.0.0-beta.17",
"honorable-theme-default": "1.0.0-beta.5",
"http-server": "14.1.1",
"husky": "9.0.10",
"jest-mock": "29.5.0",
"jsdom": "23.0.1",
"lint-staged": "15.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-transition-group": "4.4.5",
"rimraf": "5.0.5",
"storybook": "8.3.5",
"styled-components": "6.1.13",
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.2"
},
"peerDependencies": {
"@emotion/react": ">=11.11.0",
"@emotion/styled": ">=11.11.0",
"honorable": ">=1.0.0-beta.17",
"honorable-theme-default": ">=1.0.0-beta.5",
"react": ">=18.3.1",
"react-dom": ">=18.3.1",
"react-transition-group": ">=4.4.5",
"styled-components": ">=6.1.13"
},
"packageManager": "[email protected]",
"resolutions": {
"@storybook/mdx2-csf": "0.1.0-next.8"
},
"lint-staged": {
"./src/**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix --ext ts,tsx,js,jsx"
]
}
}