-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.72 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --port 4000",
"start": "next start",
"lint": "eslint .",
"pretty": "yarn prettier --write .",
"generate": "sta -p http://dev.talebound.net:8080/swagger/talebound.swagger.json -o generated/api-types --modular --axios --single-http-client --clean-output --responses",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@dnd-kit/core": "^6.1.0",
"@lexical/react": "^0.12.2",
"@lexical/rich-text": "0.12.2",
"@lexical/selection": "^0.12.2",
"@lexical/table": "^0.12.2",
"@lexical/utils": "0.12.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@reduxjs/toolkit": "^1.9.7",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "5.0.5",
"antd": "^5.10.2",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"framer-motion": "10.16.4",
"lexical": "^0.12.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "13.4.13",
"next-svgr": "^0.0.2",
"qs": "^6.11.2",
"react": "18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-hydration-provider": "^2.0.0",
"react-icons": "^4.11.0",
"react-query-kit": "^2.0.10",
"react-redux": "^8.1.3"
},
"devDependencies": {
"@storybook/addon-actions": "7.5.1",
"@storybook/addon-docs": "7.5.1",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/addons": "7.5.1",
"@storybook/blocks": "7.5.1",
"@storybook/nextjs": "7.5.1",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "7.5.1",
"@storybook/testing-library": "0.2.2",
"@tanstack/eslint-plugin-query": "5.0.5",
"@types/lodash.debounce": "^4.0.8",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-google-recaptcha": "^2.1.5",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.0.3",
"storybook": "7.5.1",
"swagger-typescript-api": "13.0.3",
"typescript": "^5.2.2"
},
"version": "0.0.0",
"packageManager": "yarn@3.6.1"
}