-
Notifications
You must be signed in to change notification settings - Fork 251
/
package.json
170 lines (170 loc) · 5.05 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
166
167
168
169
170
{
"private": true,
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix . && stylelint --fix ./**/*.css",
"fmt": "prettier -l --write '**/*.{js,jsx,yml,yaml,json,css,ts,tsx,html,graphql,graphqls}'",
"check": "tsc -p web/src/app/tsconfig.json && tsc -p web/src/cypress/tsconfig.json",
"esbuild": "./web/src/esbuild.config.js",
"esbuild-cy": "./web/src/esbuild.cypress.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"jest": {
"transform": {
"^.+\\.(j|t)sx?$": "esbuild-jest"
},
"rootDir": "web/src"
},
"standard": {
"parser": "babel-eslint",
"env": [
"mocha"
],
"ignore": [
"web/src/cypress/example_tests/"
],
"globals": [
"Cypress",
"cy",
"expect",
"beforeAll",
"afterAll"
]
},
"devDependencies": {
"@apollo/client": "3.12.4",
"@babel/core": "7.26.0",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@codemirror/commands": "6.7.1",
"@codemirror/language": "6.10.8",
"@codemirror/lint": "6.8.4",
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.36.1",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@lezer/generator": "1.7.2",
"@lezer/highlight": "1.2.1",
"@lezer/lr": "1.4.2",
"@material/material-color-utilities": "0.3.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@mui/system": "5.16.7",
"@mui/x-data-grid": "6.20.4",
"@playwright/test": "1.49.1",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/preview-api": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@storybook/test": "8.4.7",
"@storybook/test-runner": "0.21.0",
"@storybook/types": "8.4.7",
"@types/chance": "1.1.6",
"@types/diff": "5.2.2",
"@types/glob": "8.1.0",
"@types/jest": "29.5.14",
"@types/k6": "0.54.2",
"@types/lodash": "4.17.13",
"@types/luxon": "3.4.2",
"@types/node": "20.16.6",
"@types/prop-types": "15.7.14",
"@types/react": "18.3.1",
"@types/react-big-calendar": "1.16.0",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.12",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@uiw/codemirror-theme-vscode": "4.23.7",
"@uiw/react-codemirror": "4.23.7",
"@urql/exchange-retry": "1.3.0",
"bowser": "2.11.0",
"chance": "1.1.12",
"classnames": "2.5.1",
"cm6-graphql": "0.2.0",
"concurrently": "9.1.0",
"cypress": "13.14.2",
"detect-package-manager": "3.0.2",
"diff": "7.0.0",
"esbuild": "0.24.2",
"esbuild-jest": "0.5.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.11.1",
"fuse.js": "7.0.0",
"glob": "11.0.0",
"graphiql": "3.8.3",
"graphql": "16.10.0",
"http-server": "14.1.1",
"jest": "29.7.0",
"lodash": "4.17.21",
"luxon": "3.5.0",
"mdast-util-find-and-replace": "3.0.1",
"mdi-material-ui": "7.9.3",
"msw": "2.7.0",
"msw-storybook-addon": "2.0.4",
"prettier": "3.4.2",
"prettier-plugin-go-template": "0.0.15",
"prop-types": "15.8.1",
"punycode": "2.3.1",
"react": "18.3.1",
"react-big-calendar": "1.17.1",
"react-colorful": "5.6.1",
"react-countdown": "2.3.6",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-ga4": "2.1.0",
"react-infinite-scroll-component": "6.1.0",
"react-markdown": "9.0.1",
"react-redux": "9.2.0",
"react-transition-group": "4.4.5",
"react-virtualized-auto-sizer": "1.0.25",
"recharts": "2.15.0",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "3.1.0",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.0",
"semver": "7.6.3",
"storybook": "8.4.7",
"storybook-addon-mock": "4.3.0",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.7.2",
"urql": "4.2.1",
"vite": "5.4.10",
"wonka": "6.3.4",
"wouter": "2.12.1"
},
"packageManager": "[email protected]",
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
},
"[email protected]": {
"unplugged": true
}
},
"msw": {
"workerDirectory": ".storybook/static"
}
}