-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.06 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
{
"devDependencies": {
"@types/jest": "24.0.18",
"@types/material-ui": "^0.21.16",
"@types/react": "~17.0.58",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"css-loader": "^6.7.3",
"csstype": "^2.6.18",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"jest": "^29.6.1",
"prettier": "^1.19.1",
"sass": "1.32.0",
"sass-loader": "^10.0.0",
"style-loader": "^1.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^6.1.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^4.5.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/styles": "^5.15.10",
"@mui/x-data-grid": "^5.17.12",
"@remirror/pm": "^1.0.11",
"@remirror/react": "^1.0.21",
"@types/lodash": "^4.14.176",
"@types/react-beautiful-dnd": "^13.0.0",
"date-fns": "^2.29.3",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.0.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hook-form": "^6.15.8",
"react-qr-code": "^2.0.7",
"react-router-dom": "^6.2.1",
"recharts": "2.12.6",
"remirror": "^1.0.60"
},
"resolutions": {
"csstype": "^2.6.18"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"prettier": "^1.19.1"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"build-dev": "webpack --config webpack.dev.js",
"watch": "webpack --config webpack.dev.js --watch",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"fix": "npm run lint -- --fix",
"test": "echo 'Running JS tests' && jest"
}
}