-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.37 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
{
"name": "open-light-master",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED:-1} next dev --turbopack",
"build": "NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED:-1} next build",
"clean": "rm -rf .next",
"start": "NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED:-1} next start",
"prettier": "prettier --write './{pages,components,lib}/**/*.{ts,tsx}'",
"lint": "NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED:-1} next lint"
},
"dependencies": {
"@emotion/css": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.15.15",
"@mui/material": "5.15.15",
"@mui/x-data-grid": "7.1.1",
"chartjs-plugin-annotation": "3.0.1",
"chartjs-plugin-datalabels": "2.2.0",
"next": "15.1.3",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1",
"react-hooks-global-state": "2.1.0",
"react-material-ui-carousel": "3.4.2",
"webfft": "1.0.3"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/react": "18.3.12",
"@types/web-bluetooth": "0.0.20",
"eslint": "9.14.0",
"eslint-config-next": "15.0.2",
"prettier": "3.3.3",
"typescript": "5.6.3"
},
"overrides": {
"@types/react": "18.3.12"
}
}