forked from zero-one-group/zog-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
165 lines (165 loc) · 5.92 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
160
161
162
163
164
165
{
"name": "zog-ui",
"version": "0.0.1-alpha.2",
"license": "Apache-2.0",
"private": true,
"scripts": {
"demo-react": "(cd examples/vite-react && pnpm install && pnpm run dev)",
"demo-nextjs": "(cd examples/nextjs && pnpm install && pnpm run dev)",
"build": "nx run-many --target=build --projects=components-*,icons --exclude=docs,components-dropzone",
"build:docs": "nx run docs:build",
"release": "nx run-many --parallel --target=publish --projects=components-*,icons --exclude=components-dropzone",
"postinstall": "NX_CLOUD_DISTRIBUTED_EXECUTION=false nx run icons:fetch",
"prepare": "husky install",
"lint:affected": "nx affected --base=remotes/origin/main --target=lint",
"build:affected": "nx affected --base=remotes/origin/main --target=build",
"test:affected": "nx affected --base=remotes/origin/main --target=test",
"test": "nx run-many --parallel --target=test --projects=components-*"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@floating-ui/react": "^0.19.2",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accessible-icon": "^1.0.1",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-aspect-ratio": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-context-menu": "^2.1.0",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-direction": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-hover-card": "^1.0.2",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-menu": "^2.0.1",
"@radix-ui/react-menubar": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-portal": "^1.0.1",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.1.2",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-toggle": "^1.0.1",
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-toolbar": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@radix-ui/react-use-layout-effect": "^1.0.0",
"@radix-ui/react-visually-hidden": "^1.0.1",
"@stitches/react": "^1.2.8",
"@tanstack/react-table": "^8.7.9",
"clsx": "^1.2.1",
"core-js": "^3.27.1",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"lodash.merge": "^4.6.2",
"rc-picker": "^3.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-slick": "^0.29.0",
"regenerator-runtime": "0.13.7",
"slick-carousel": "^1.8.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.12.13",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@geometricpanda/storybook-addon-badges": "^0.2.2",
"@nrwl/devkit": "15.4.5",
"@nrwl/esbuild": "15.4.5",
"@nrwl/eslint-plugin-nx": "15.4.5",
"@nrwl/jest": "15.4.5",
"@nrwl/js": "15.4.5",
"@nrwl/linter": "15.4.5",
"@nrwl/nx-cloud": "^15.0.2",
"@nrwl/react": "15.4.5",
"@nrwl/rollup": "15.4.5",
"@nrwl/storybook": "15.4.5",
"@nrwl/web": "15.4.5",
"@nrwl/workspace": "15.4.5",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-a11y": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addons": "^6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/core-common": "^6.5.15",
"@storybook/core-server": "6.5.15",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.15",
"@svgr/core": "^6.5.1",
"@svgr/plugin-jsx": "^6.5.1",
"@svgr/plugin-prettier": "^6.5.1",
"@svgr/plugin-svgo": "^6.5.1",
"@svgr/rollup": "^6.5.1",
"@svgr/webpack": "^5.5.0",
"@swc/core": "^1.3.25",
"@swc/helpers": "~0.4.14",
"@swc/jest": "0.2.24",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/find-package-json": "^1.2.3",
"@types/fs-extra": "^11.0.1",
"@types/jest": "28.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-slick": "^0.23.10",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"camelcase": "^7.0.1",
"chalk": "^5.2.0",
"cheerio": "1.0.0-rc.12",
"esbuild": "^0.15.18",
"esbuild-register": "^3.4.2",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"find-package-json": "^1.2.0",
"fs-extra": "^11.1.0",
"glob-promise": "^6.0.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-extended": "^3.2.3",
"nx": "15.4.5",
"p-queue": "^7.3.3",
"prettier": "^2.8.2",
"react-test-renderer": "18.2.0",
"resize-observer-polyfill": "^1.5.1",
"storybook-dark-mode": "^2.1.0",
"swc-loader": "0.2.3",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.7.4",
"url-loader": "^3.0.0"
},
"volta": {
"node": "18.13.0"
}
}