This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.6 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
{
"name": "react-configurator",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/iamcsharper/react-configurator.git",
"author": "Ilya Yurchenko <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^2.9.10",
"@juggle/resize-observer": "^3.4.0",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.5",
"@tanstack/react-table": "^8.5.15",
"@tippyjs/react": "^4.2.6",
"allotment": "^1.17.0",
"antd": "^4.23.4",
"classnames": "^2.3.1",
"cron-parser": "^4.7.0",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.2",
"downshift": "^7.2.0",
"fast-deep-equal": "^3.1.3",
"i18next": "^21.9.1",
"moment": "^2.29.4",
"popper-max-size-modifier": "^0.2.0",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.35.0",
"react-imask": "^6.4.3",
"react-lazy-load-image-component": "^1.5.5",
"react-merge-refs": "^2.0.1",
"react-popper": "^2.3.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-tabs": "^5.1.0",
"react-transition-group": "^4.4.5",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"rollup": "^2.79.0",
"tippy.js": "^6.3.7",
"tozod": "^3.0.0",
"vite-plugin-svgr": "^2.2.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@mdx-js/react": "^1.6.22",
"@mdx-js/rollup": "^2.1.3",
"@originjs/vite-plugin-require-context": "^1.0.9",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-viewport": "^6.5.12",
"@storybook/builder-vite": "^0.2.2",
"@storybook/mdx2-csf": "^0.0.3",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/deepmerge": "^2.2.0",
"@types/node": "^18.7.18",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.6",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-tabs": "^5.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"i18next-browser-languagedetector": "^6.1.5",
"react-i18next": "^11.18.6",
"storybook-addon-paddings": "^4.3.0",
"storybook-addon-react-router-v6": "^0.2.1",
"storybook-react-i18next": "^1.1.2",
"typescript": "^4.9.4",
"vite": "4.0.4",
"vite-plugin-environment": "^1.1.2",
"vite-tsconfig-paths": "^3.5.0"
}
}