-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 840 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 840 Bytes
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
{
"name": "sutne.github.io",
"homepage": "https://sutne.github.io/",
"private": true,
"type": "module",
"scripts": {
"check": "biome check --write --diagnostic-level=error",
"compile": "tsc -b",
"build": "vite build"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^7.0.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router-dom": "7.14.0",
"universal-cookie": "8.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@types/node": "25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-basic-ssl": "2.3.0",
"@vitejs/plugin-react": "6.0.1",
"typescript": "6.0.2",
"vite": "8.0.7"
}
}