-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.43 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
{
"devDependencies": {
"@guardian/eslint-config": "16.0.0",
"@types/jest": "30.0.0",
"@types/material-ui": "0.21.18",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"concurrently": "10.0.3",
"css-loader": "7.1.4",
"eslint": "9.39.4",
"eslint-plugin-prettier": "5.5.6",
"globals": "17.6.0",
"jest": "30.4.2",
"json-diff-ts": "4.10.4",
"prettier": "3.9.5",
"style-loader": "4.0.0",
"ts-jest": "29.4.11",
"ts-loader": "9.6.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "6.0.3",
"webpack": "5.108.4",
"webpack-cli": "7.2.1",
"webpack-dev-server": "6.0.0"
},
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@mui/icons-material": "5.18.0",
"@mui/material": "5.15.14",
"@mui/styles": "6.4.8",
"@mui/x-data-grid": "8.27.0",
"@remirror/pm": "3.0.1",
"@remirror/react": "3.0.3",
"@remirror/react-ui": "1.0.3",
"@types/lodash": "4.17.24",
"date-fns": "4.4.0",
"immutability-helper": "3.1.1",
"lodash": "4.18.1",
"lz-string": "1.5.0",
"prosemirror-state": "1.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.82.0",
"react-qr-code": "2.2.0",
"react-router-dom": "7.18.1",
"recharts": "3.9.2",
"remirror": "3.0.3",
"uuid": "14.0.1"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"build-dev": "webpack --config webpack.dev.js",
"watch": "webpack --config webpack.dev.js --watch",
"lint": "eslint .",
"test": "echo 'Running JS tests' && jest"
},
"packageManager": "pnpm@10.13.0",
"pnpm": {
"overrides": {
"flatted@<3.4.0": ">=3.4.0",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7 <10",
"minimatch@<3.1.4": ">=3.1.4 <4",
"serialize-javascript@<=7.0.2": ">=7.0.3",
"picomatch@<2.3.2": "2.3.2",
"picomatch@>=4.0.0 <4.0.4 ": "4.0.4",
"path-to-regexp@<0.1.13": ">=0.1.13",
"handlebars@<4.7.9": ">=4.7.9",
"node-forge@<1.4.0": ">=1.4.0",
"lodash-es@<=4.17.23": "4.18.0",
"brace-expansion@>=2.0.0 <2.1.4": ">=2.1.4 <3",
"brace-expansion@<1.1.18": ">=1.1.18 <2",
"brace-expansion@>=3.0.0 <5.0.9": ">=5.0.9 <6",
"js-yaml@>=4.0.0 <4.3.0": ">=4.3.0 <5",
"js-yaml@>=3.0.0 <3.15.0": ">=3.15.0 <4",
"shell-quote@<=1.8.4": ">=1.9.0 <2",
"fast-uri@>=3.0.0 <3.1.5": ">=3.1.5 <4"
}
}
}