forked from cybercase/webminidisc
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
83 lines (83 loc) · 2.8 KB
/
package.json
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
83
{
"name": "webminidisc-pro",
"private": true,
"version": "1.5.1",
"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": {
"postinstall": "patch-package",
"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)';\\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/lab": "^5.0.0-alpha.161",
"@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.0-alpha.4",
"husky": "^9.0.11",
"jconv": "github:asivery/jconv-webminidisc",
"jszip": "^3.10.1",
"lint-staged": "^15.2.2",
"music-metadata-browser": "^2.5.9",
"netmd-exploits": "^0.5.10",
"netmd-js": "^4.2.2",
"netmd-tocmanip": "^0.2.1",
"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.2.1-0",
"styled-components": "^6.1.8",
"tss-react": "^4.9.3",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-svgr": "^4.2.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.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"patch-package": "^8.0.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.4",
"vite": "^5.0.8",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-pwa": "^0.20.1"
}
}