-
Notifications
You must be signed in to change notification settings - Fork 233
Expand file tree
/
Copy pathpackage.json
More file actions
168 lines (168 loc) · 5.5 KB
/
package.json
File metadata and controls
168 lines (168 loc) · 5.5 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
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
166
167
168
{
"repository": {},
"license": "MIT",
"browserslist": [
"> 0.25%"
],
"scripts": {
"watch": "pnpm run dev",
"dev": "vite",
"build": "vite build",
"build:mem": "NODE_OPTIONS='--max-old-space-size=4096' pnpm build",
"preview": "vite preview",
"test": "jest",
"test-watch": "jest --watchAll",
"lint": "eslint --ext js,jsx ./assets/js",
"lint-fix": "eslint --fix --ext js,jsx ./assets/js"
},
"jest": {
"verbose": true,
"testEnvironment": "jsdom",
"transform": {
"^.+\\.(js|jsx|ts|tsx|mjs)$": "babel-jest"
},
"moduleNameMapper": {
"^monaco-editor$": "<rootDir>/node_modules/@monaco-editor/react",
"^.+\\.(css|styl|less|sass|scss|po|png|jpg|svg|ttf|woff|woff2)$": "jest-transform-stub",
"^@/components(.*)$": "<rootDir>/assets/js/widgets/components$1",
"^@/lib(.*)$": "<rootDir>/assets/js/widgets/lib$1",
"^@/machines(.*)$": "<rootDir>/assets/js/widgets/machines$1",
"^@/middlewares(.*)$": "<rootDir>/assets/js/widgets/middlewares$1",
"^@/pages(.*)$": "<rootDir>/assets/js/widgets/pages$1",
"^@/config(.*)$": "<rootDir>/assets/js/widgets/config$1",
"^@/selectors(.*)$": "<rootDir>/assets/js/widgets/selectors$1",
"^@/slices(.*)$": "<rootDir>/assets/js/widgets/slices$1",
"^@/utils(.*)$": "<rootDir>/assets/js/widgets/utils$1",
"^axios$": "<rootDir>/node_modules/axios/dist/node/axios.cjs"
},
"testPathIgnorePatterns": [
"/helpers/"
],
"transformIgnorePatterns": [
"/node_modules/(?!(monaco-editor|@monaco-editor|monaco-vim)/)"
]
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@dnd-kit/core": "^6.3.1",
"@ebay/nice-modal-react": "^1.2.13",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@inline-svg-unique-id/react": "^1.2.3",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^1.6.2",
"@sentry/react": "^8.4.0",
"@xstate/inspect": "^0.8.0",
"@xstate/react": "^3.2.2",
"@xstate/test": "^1.0.0-alpha.1",
"axios": "^1.6.0",
"bad-words-next": "^3.1.1",
"bootstrap": "^4.6.2",
"calcite-react": "^0.56.2",
"chart.js": "^4.4.3",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"core-js": "3.29.0",
"dayjs": "^1.11.18",
"emoji-mart": "^5.5.2",
"formik": "^2.2.5",
"howler": "^2.2.1",
"html-to-image": "^1.11.11",
"humps": "^2.0.1",
"i18next": "^19.8.4",
"jquery": "^3.5.1",
"katex": "^0.16.21",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"moment": "^2.29.4",
"monaco-themes": "^0.4.4",
"monaco-vim": "^0.4.4",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"phoenix": "^1.6.6",
"phoenix_html": "^3.2.0",
"phoenix_live_view": "^1.1.18",
"pixelmatch": "^6.0.0",
"popper.js": "^1.16.1",
"process": "^0.11.10",
"prop-types": "^15.5.10",
"qs": "^6.14.1",
"quill-delta": "^4.2.2",
"react": "^18.2.0",
"react-big-calendar": "^1.19.4",
"react-bootstrap": "^1.6.7",
"react-calendar-heatmap": "^1.8.1",
"react-chartjs-2": "^5.2.0",
"react-contexify": "^6.0.0",
"react-devicons": "^2.14.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-feather": "^2.0.10",
"react-hotkeys": "^2.0.0",
"react-hotkeys-hook": "^4.4.1",
"react-joyride": "^2.5.5",
"react-js-pagination": "^3.0.3",
"react-loading": "^2.0.3",
"react-markdown": "^9.0.1",
"react-player-controls": "^1.1.0",
"react-redux": "^8.1.2",
"react-rnd": "^10.5.2",
"react-select": "^5.7.4",
"react-slack-feedback": "^2.1.1",
"react-split": "^2.0.14",
"react-stay-scrolled": "^9.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^6.1.0",
"react-transition-group": "^4.4.1",
"recharts": "^2.1.16",
"redux-persist": "^6.0.0",
"regenerator-runtime": "^0.14.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sass": "^1.44.0",
"set-value": "^4.0.1",
"styled-components": "^5.2.1",
"xstate": "^4.37.2",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@vitejs/plugin-react": "^5.1.0",
"babel-jest": "^29.6.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-inline-svg-unique-id": "^1.4.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jsx": "0.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gettext-parser": "^8.0.0",
"jest": "^26.6.3",
"jest-transform-stub": "^2.0.0",
"monaco-editor": "^0.52.2",
"postcss": "^8.4.31",
"react-refresh": "^0.14.0",
"vite": "^7.1.12",
"vite-plugin-environment": "^1.1.3"
},
"version": "0.0.0",
"proxy": "http://localhost:8080"
}