-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.39 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
{
"name": "ttc-front",
"version": "0.1.0",
"private": false,
"homepage": "https://ttc-aalst.be",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"lint": "eslint --ext js,ts,tsx src",
"lint-fix": "eslint --fix --ext js,ts,tsx src",
"predeploy": "npm run build",
"deploy": "gh-pages -d build --cname ttc-aalst.be"
},
"eslintConfig": {
"extends": "react-app"
},
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@microsoft/signalr": "^8.0.7",
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.1.10",
"@reduxjs/toolkit": "^2.2.0",
"classnames": "2.5.1",
"font-awesome-animation": "0.0.8",
"moment": "2.30.1",
"normalize.css": "3.0.3",
"quill": "^2.0.3",
"react": "18.3.1",
"react-avatar-editor": "13.0.2",
"react-bootstrap": "2.10.6",
"react-dom": "18.3.1",
"react-dropzone": "14.3.5",
"react-ga4": "^2.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "6.5.0",
"react-select": "5.8.3",
"redux": "^5.0.1",
"superagent": "^3.8.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/moment": "^2.11.29",
"@types/node": "12.7.2",
"@types/quill": "^2.0.14",
"@types/react": "18.3.1",
"@types/react-avatar-editor": "13.0.3",
"@types/react-bootstrap": "0.32.37",
"@types/react-dom": "18.3.1",
"@types/react-redux": "7.1.34",
"@types/react-router-dom": "5.3.3",
"@types/superagent": "4.1.3",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.3.0",
"gh-pages": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react-scripts": "5.0.1",
"sass": "^1.82.0",
"ts-jest": "^29.2.5",
"typescript": "4.9.5"
}
}