-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.44 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.44 KB
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": "web",
"version": "0.0.0",
"scripts": {
"check-types": "tsc --noEmit --watch",
"dev": "vite",
"build": "tsc && vite build --base=\"/Drawflow-react/\"",
"serve": "vite preview",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@babel/core": "^7.17.2",
"@chatscope/chat-ui-kit-react": "^1.8.3",
"@chatscope/chat-ui-kit-styles": "^1.2.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/roboto": "^4.5.3",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.1.10",
"@graphql-codegen/typescript-rtk-query": "^2.2.4",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@rtk-query/graphql-request-base-query": "^1.0.3",
"dotenv": "^10.0.0",
"emoji-mart": "^3.0.1",
"eventemitter3": "^4.0.7",
"fast-deep-equal": "^3.1.3",
"graphql": "^16.3.0",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"html-to-text": "^8.1.0",
"immer": "^9.0.12",
"jquery": "^3.6.0",
"jsoneditor": "^9.7.0",
"jsoneditor-react": "^3.1.2",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"node-sass": "^7.0.1",
"optimism": "^0.16.1",
"react": "^17.0.2",
"react-countdown-circle-timer": "^2.5.4",
"react-dom": "^17.0.2",
"react-hook-form": "^7.26.1",
"react-is": "^17.0.2",
"react-redux": "^7.2.6",
"react-select": "^5.2.2",
"react-slick": "^0.28.1",
"react-toggle": "^4.1.2",
"redux": "^4.1.2",
"redux-in-worker": "^0.8.0",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.5",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"wavesurfer.js": "^5.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.3.1",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-graphql-request": "^4.3.4",
"@graphql-codegen/typescript-operations": "2.2.2",
"@graphql-codegen/typescript-react-apollo": "3.2.3",
"@reduxjs/toolkit": "^1.7.2",
"@rollup/plugin-graphql": "^1.1.0",
"@types/dom-mediacapture-record": "^1.0.11",
"@types/emoji-mart": "^3.0.9",
"@types/html-to-text": "^8.0.1",
"@types/jsoneditor": "^9.5.1",
"@types/jsoneditor-for-react": "^0.0.4",
"@types/lodash": "^4.14.178",
"@types/memoizee": "^0.4.7",
"@types/node": "^17.0.16",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-slick": "^0.23.8",
"@types/react-toggle": "^4.0.3",
"@types/styled-components": "^5.1.22",
"@types/wavesurfer.js": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"apollo": "^2.33.9",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"esm": "^3.2.25",
"gh-pages": "^3.2.3",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"rollup": "^2.67.1",
"rxjs": "^7.5.3",
"sass": "^1.49.7",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"typescript-plugin-styled-components": "^2.0.0",
"vite": "^2.7.13",
"vite-plugin-fonts": "^0.2.2"
}
}