forked from asivery/webminidisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.93 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "webmd-pro",
"version": "1.4.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ffmpeg/ffmpeg": "0.6.1",
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.19.14",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-redux": "^7.1.15",
"@types/styled-components": "^5.1.7",
"@types/w3c-web-usb": "^1.0.4",
"clsx": "^1.1.1",
"himd-js": "^0.1.10",
"husky": "^8.0.1",
"jconv": "^0.1.5",
"jszip": "^3.10.1",
"lint-staged": "^10.5.3",
"music-metadata-browser": "^2.5.9",
"netmd-exploits": "^0.5.4",
"netmd-js": "^4.1.4",
"netmd-tocmanip": "^0.1.5",
"prettier": "^1.19.1",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^16.14.0",
"react-dropzone": "^10.2.2",
"react-redux": "^7.2.2",
"react-scripts": "3.3.1",
"react95": "^3.5.0",
"recorderjs": "^1.0.1",
"redux-batched-actions": "^0.4.1",
"shazam-api": "^0.1.2",
"styled-components": "^5.2.1",
"typescript": "^4.1.3",
"worker-loader": "^2.0.0",
"numjs": "nicolaspanel/numjs#pull/125/head",
"sharp": "^0.33.2"
},
"homepage": "https://webmd.pro/",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "npm run update-version && react-scripts start",
"build": "npm run update-version && react-scripts build && bash -c 'cat public/extra-service-worker.js build/service-worker.js > build/final-service-worker.js'",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"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\""
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
},
"browserslist": {
"production": [
"last 2 chrome version"
],
"development": [
"last 2 chrome version"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,scss,md}": [
"prettier --check"
]
},
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.7",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/wicg-mediasession": "^1.1.3",
"async-mutex": "^0.2.6",
"gh-pages": "^2.2.0",
"source-map-explorer": "^2.5.3"
},
"resolutions": {
"sharp": "^0.30.7"
}
}