forked from cybercase/webminidisc
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.83 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.83 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
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
81
82
{
"name": "webminidisc-pro",
"private": true,
"version": "1.5.4",
"repository": {
"type": "git",
"url": "git+https://github.com/asivery/webminidisc.git"
},
"author": "asivery",
"license": "GPL-2.0",
"type": "module",
"bugs": {
"url": "https://github.com/asivery/webminidisc/issues"
},
"homepage": "https://web.minidisc.wiki/",
"scripts": {
"start": "npm run dev",
"dev": "npm run update-version && vite",
"build": "npm run update-version && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"analyze": "source-map-explorer 'dist/assets/*.js'",
"update-version": "bash -c \"printf \\\"// This file has been auto-generated. Please do not modify.\\nexport const GIT_HASH = '$(git rev-parse --short --verify master)';\\nexport const GIT_DIFF = '$(git diff | wc -l)';\\nexport const BUILD_DATE = '$(date)';\\nexport const ATRACOS_INCLUDED = $([ -f 'public/atrac3vm/system.cmi' ] && echo 1 || echo 0)\\n\\\" > src/version-info.ts\"",
"pretty": "prettier src/**/*.{ts,tsx} --write"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ffmpeg/ffmpeg": "0.6.1",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.15.5",
"@reduxjs/toolkit": "^2.2.3",
"async-mutex": "^0.5.0",
"buffer": "^6.0.3",
"clsx": "^2.1.0",
"himd-js": "^0.2.12",
"husky": "^9.0.11",
"jconv": "github:asivery/jconv-webminidisc",
"jszip": "^3.10.1",
"lint-staged": "^15.2.2",
"music-metadata": "^11.10.3",
"netmd-exploits": "^0.5.12",
"netmd-js": "^4.4.1",
"netmd-tocmanip": "^0.2.1",
"networkwm-js": "^0.2.5",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-redux": "^9.1.0",
"react95": "^4.0.0",
"recorderjs": "github:asivery/Recorderjs",
"redux": "^5.0.1",
"redux-batched-actions": "^0.5.0",
"shazam-api": "^0.3.0",
"styled-components": "^6.1.8",
"tss-react": "^4.9.3",
"v86": "^0.5.292",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20.12.4",
"@types/react": "^18.2.43",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.7",
"@types/w3c-web-usb": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"source-map-explorer": "^2.5.3",
"typescript": "^5.9.3",
"vite": "^6.3.5",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-pwa": "^0.21.1"
}
}