-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
106 lines (106 loc) · 3.36 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
{
"name": "@pluralsh/design-system",
"version": "0.1.0",
"description": "Pluralsh Design System",
"main": "dist/index.js",
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"start": "start-storybook -p 6006 -s public",
"build:storybook": "build-storybook -s public",
"build": "npx tsc --declaration",
"clean": "rimraf storybook-static dist",
"lint": "eslint src --ext ts,tsx,js,jsx",
"fix": "eslint src --ext ts,tsx,js,jsx --fix",
"prepublishOnly": "npm run build"
},
"engines": {
"node": "18.12.1"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "0.11.0",
"@react-aria/button": "3.6.3",
"@react-aria/checkbox": "3.6.0",
"@react-aria/combobox": "3.4.3",
"@react-aria/focus": "3.9.0",
"@react-aria/interactions": "3.12.0",
"@react-aria/listbox": "3.7.0",
"@react-aria/overlays": "3.11.0",
"@react-aria/radio": "3.4.0",
"@react-aria/select": "3.8.2",
"@react-aria/tabs": "3.3.2",
"@react-aria/utils": "3.14.0",
"@react-aria/visually-hidden": "3.5.0",
"@react-stately/collections": "3.4.4",
"@react-stately/combobox": "3.2.2",
"@react-stately/overlays": "3.4.2",
"@react-stately/radio": "3.6.0",
"@react-stately/tabs": "3.2.2",
"@react-stately/toggle": "3.4.2",
"@react-types/shared": "3.15.0",
"@tanstack/react-table": "8.5.28",
"@types/chroma-js": "2.1.4",
"chroma-js": "2.4.2",
"classnames": "2.3.2",
"grommet": "2.27.0",
"grommet-icons": "4.8.0",
"highlight.js": "11.6.0",
"prop-types": "15.8.1",
"react-animate-height": "3.0.5",
"react-markdown": "8.0.3",
"react-merge-refs": "2.0.1",
"react-spring": "9.5.5",
"rehype-raw": "6.1.1",
"resize-observer-polyfill": "1.5.1"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@pluralsh/eslint-config-typescript": "2.5.3",
"@storybook/addon-actions": "6.5.13",
"@storybook/addon-docs": "6.5.13",
"@storybook/addon-essentials": "6.5.13",
"@storybook/addon-interactions": "6.5.13",
"@storybook/addon-links": "6.5.13",
"@storybook/builder-webpack5": "6.5.13",
"@storybook/manager-webpack5": "6.5.13",
"@storybook/node-logger": "6.5.13",
"@storybook/preset-create-react-app": "4.1.2",
"@storybook/react": "6.5.13",
"@storybook/testing-library": "0.0.13",
"@types/react-transition-group": "4.4.5",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"babel-loader": "9.1.0",
"eslint": "8.27.0",
"eslint-plugin-storybook": "0.6.7",
"fuse.js": "6.6.2",
"honorable": "0.148.0",
"honorable-theme-default": "0.66.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.3",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"rimraf": "3.0.2",
"styled-components": "5.3.6",
"typescript": "4.9.3"
},
"peerDependencies": {
"@emotion/react": ">=11.9.3",
"@emotion/styled": ">=11.9.3",
"honorable": ">=0.128.0",
"honorable-theme-default": ">=0.63.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"react-transition-group": ">=4.4.2",
"styled-components": ">=5.3.5"
},
"packageManager": "yarn@3.2.4"
}