-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 1.91 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
{
"name": "weewx-me.teo",
"version": "0.1.0",
"license": "GPL-3.0",
"private": false,
"description": "A delightful skin for WeeWX.",
"keywords": [
"weewx",
"weewx-skin",
"weather"
],
"author": {
"name": "Pascal Bourque",
"email": "[email protected]"
},
"contributors": [
{
"name": "Pascal Bourque",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Pascal Bourque",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/bourquep/weewx-me.teo/issues"
},
"homepage": "https://github.com/bourquep/weewx-me.teo",
"repository": {
"type": "git",
"url": "https://github.com/bourquep/weewx-me.teo.git"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "serve out/en",
"lint": "next lint",
"style-lint": "prettier -c ."
},
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1"
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/material-nextjs": "6.3.1",
"@mui/x-charts": "7.23.6",
"@mui/x-date-pickers": "7.23.6",
"@next/third-parties": "15.1.4",
"dayjs": "1.11.13",
"next": "15.1.4",
"next-intl": "3.26.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"swr": "2.3.0"
},
"devDependencies": {
"@semantic-release/exec": "6.0.3",
"@types/node": "22.10.6",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"semantic-release": "24.2.1",
"serve": "14.2.4",
"typescript": "5.7.3"
}
}