-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 3.8 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
{
"name": "tsb-web-react",
"version": "0.1.0",
"private": true,
"homepage": "https://tsb.tecnico.ulisboa.pt/",
"scripts": {
"dev": "pnpm lint && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"analyze": "source-map-explorer './build/static/js/*.js'",
"eject": "react-scripts eject",
"lint": "pnpm biome check . && pnpm tsc",
"fix": "pnpm biome check --fix .",
"fix-unsafe": "pnpm biome check --fix --unsafe .",
"format": "pnpm biome format --write .",
"clear-all": "rm -rf node_modules .next out dist build",
"re-start": "rm -rf node_modules .next out dist build && pnpm install && pnpm dev",
"re-build": "rm -rf node_modules .next out dist build && pnpm install && pnpm build",
"install-all": "pnpm ci && cd public/api && composer install",
"preinstall": "npx only-allow pnpm"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/rrule": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@reduxjs/toolkit": "^2.2.7",
"ag-grid-community": "^32.1.0",
"ag-grid-enterprise": "^32.1.0",
"ag-grid-react": "^32.1.0",
"apexcharts": "^3.52.0",
"axios": "^1.7.5",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"compress.js": "^2.1.2",
"croppie": "^2.6.5",
"firebase": "^10.13.0",
"html-react-parser": "^5.1.14",
"iconv-lite": "^0.6.3",
"js-file-download": "^0.4.12",
"lightgallery": "^2.7.2",
"nprogress": "^0.2.0",
"pdfmake": "^0.2.12",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-hamburgers": "^1.0.0",
"react-hook-form": "^7.53.0",
"react-input-mask": "3.0.0-alpha.2",
"react-number-format": "^5.4.1",
"react-perfect-scrollbar": "^1.5.8",
"react-quill": "^2.0.0",
"react-rainbow-components": "^1.29.0",
"react-resize-detector": "^11.0.1",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^10.0.5",
"reactstrap": "^9.2.2",
"recharts": "^2.12.7",
"sass": "^1.77.8",
"sweetalert2": "^11.12.4",
"sweetalert2-react-content": "^5.0.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/compress.js": "^1.1.3",
"@types/croppie": "^2.6.4",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.1",
"@types/nprogress": "^0.2.3",
"@types/pdfmake": "^0.2.9",
"@types/react": "^18.3.4",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@types/react-input-mask": "^3.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/uuid": "^10.0.0",
"@types/webpack-env": "^1.18.5",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.35.0",
"jsdoc": "^4.0.3",
"typescript": "^5.5.4"
}
}