-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "metadata-reader",
"description": "Minimalistic web app for reading media and model file metadata",
"private": true,
"version": "1.1.0",
"author": {
"name": "Riku Block",
"email": "riku.block@gmail.com"
},
"license": "UNLICENSED",
"scripts": {
"build": "rsbuild build",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rsbuild preview",
"start": "rsbuild dev --open"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.1.0",
"@mui/icons-material": "^6.1.0",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "npm:@mui/joy@latest",
"exifreader": "^4.23.5",
"json5": "^2.2.3",
"mediainfo.js": "^0.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-github-corner": "^2.5.0"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.10.0",
"@rsbuild/core": "^1.0.1",
"@rsbuild/plugin-react": "^1.0.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.2",
"typescript-eslint": "^8.5.0"
},
"resolutions": {
"@mui/material": "npm:@mui/joy@latest"
}
}