-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.56 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.0.0",
"@symfony/webpack-encore": "^4.0.0",
"core-js": "^3.23.0",
"regenerator-runtime": "^0.13.9",
"ts-loader": "^9.0.0",
"typescript": "^5.1.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "prettier ./assets --write"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@hookform/error-message": "^2.0.1",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-data-grid": "^6.10.2",
"@mui/x-date-pickers": "^6.11.2",
"@types/react-dom": "^18.2.7",
"axios": "^1.4.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"prettier": "3.0.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-hook-form-mui": "^6.5.1",
"react-router-dom": "^6.14.2",
"sort-by": "^1.2.0",
"styled-components": "^6.0.6"
}
}