-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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
{
"name": "status-detector",
"description": "Website status detector frontend ( backend by status robot )",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "yuameshi <yuameshi@outlook.com> (https://www.yuameshi.top/)",
"bugs": "https://github.com/yuameshi/status-detector/issues",
"homepage": "https://github.com/yuameshi/status-detector#readme",
"repository": "github:yuameshi/status-detector",
"engines": {
"node": ">=20"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"@mui/material-nextjs": "^9.0.1",
"color": "^5.0.3",
"next": "16.2.6",
"next-intl": "^4.12.0",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@types/color": "^4.2.1",
"@types/node": "^25.8.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"prettier": "^3.8.3",
"typescript": "^6"
}
}