forked from martpie/museeks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.04 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "museeks",
"productName": "Museeks",
"version": "0.13.0",
"description": "A simple, clean and cross-platform music player.",
"main": "./dist/main/bundle.js",
"repository": {
"type": "git",
"url": "https://github.com/martpie/museeks"
},
"author": "Pierre de la Martinière <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/martpie/museeks/issues"
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"build": "node esbuild.mjs --production",
"dev": "node esbuild.mjs --watch",
"museeks": "electron .",
"museeks:debug": "electron . --enable-logging --devtools",
"test:typings": "tsc --noEmit",
"test:unit": "jest",
"test:lint": "eslint . --ext .tsx,.ts,.js",
"test:lint:fix": "eslint . --ext .tsx,.ts,.js --fix",
"test:formatting": "prettier --check \"./**/*.{ts,tsx,js}\"",
"test:formatting:fix": "prettier --write \"./**/*.{ts,tsx,js}\"",
"test:css": "stylelint \"src/**/*.css\"",
"package:lmw": "electron-builder -lmw && yarn run package:checksums",
"package:lw": "electron-builder -lw",
"package:l": "electron-builder -l",
"package:w": "electron-builder -w",
"package:m": "electron-builder -m",
"package:checksums": "bash scripts/checksum.sh"
},
"dependencies": {
"@electron/remote": "^2.0.8",
"@reduxjs/toolkit": "^1.8.1",
"bluebird": "^3.7.2",
"chardet": "^1.4.0",
"classnames": "^2.3.1",
"electron-devtools-installer": "^3.2.0",
"font-awesome": "^4.7.0",
"globby": "^11.0.4",
"history": "^5.3.0",
"iconv-lite": "^0.6.3",
"level-js": "^4.0.2",
"linvodb3": "^3.26.0",
"lodash-es": "^4.17.21",
"m3ujs": "^0.2.1",
"mime-types": "^2.1.35",
"music-metadata": "^7.12.3",
"postcss-scss": "^4.0.4",
"postcss-url": "^10.1.3",
"ps-node": "^0.1.6",
"queue": "^6.0.2",
"rc-scrollbars": "^1.1.3",
"react": "^18.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.1.0",
"react-fontawesome": "^1.7.1",
"react-keybinding-component": "^1.0.0",
"react-onclickout": "^2.0.8",
"react-rangeslider": "^2.2.0",
"react-redux": "^8.0.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"semver": "^7.3.7",
"svg-inline-react": "^3.2.1",
"teeny-conf": "^4.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@chialab/esbuild-plugin-html": "^0.15.28",
"@types/bluebird": "^3.5.36",
"@types/electron-devtools-installer": "^2.2.2",
"@types/jest": "^27.5.1",
"@types/lodash-es": "^4.17.6",
"@types/mime-types": "^2.1.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-fontawesome": "^1.6.5",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"electron": "^18.2.3",
"electron-builder": "^23.0.3",
"esbuild": "0.14.39",
"esbuild-plugin-postcss2": "0.1.2",
"esbuild-plugin-svg": "^0.1.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"install": "^0.13.0",
"jest": "^28.1.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.6.2",
"prettier-eslint": "^14.0.3",
"redux-logger": "^3.0.6",
"stylelint": "^14.8.2",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.6.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"resolutions": {
"**/@types/react": "^18.0.9",
"**/@types/react-dom": "^18.0.3"
}
}