-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
package.json
File metadata and controls
54 lines (54 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
53
54
{
"name": "@apps/code-infra-dashboard",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.6",
"@mui/internal-bundle-size-checker": "workspace:*",
"@mui/material": "^7.3.6",
"@mui/x-charts": "^8.21.0",
"@octokit/rest": "^22.0.1",
"@tanstack/react-query": "^5.90.16",
"diff": "^8.0.2",
"etag": "^1.8.1",
"pako": "^2.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.10.1",
"semver": "^7.7.3"
},
"devDependencies": {
"@types/etag": "1.8.4",
"@types/node": "22.19.0",
"@types/pako": "2.0.4",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/semver": "7.7.1",
"@vitejs/plugin-react": "^5.1.0",
"netlify-cli": "^23.12.3",
"typescript": "^5.9.3",
"vite": "^7.2.1",
"vite-tsconfig-paths": "^5.1.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"dev": "netlify dev",
"preview": "vite preview",
"test": "echo 'No tests yet' && exit 1",
"typescript": "tsc"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}