webamp 0.0.0-next-a4895b2 → 0.0.0-next-e534b8e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webamp",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-e534b8e",
|
|
4
4
|
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
|
5
5
|
"files": [
|
|
6
6
|
"built",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build": "vite build --emptyOutDir",
|
|
44
44
|
"build-library": "node ./scripts/rollup.mjs",
|
|
45
45
|
"prepublishOnly": "npm run build-library && npm run type-check",
|
|
46
|
-
"serve": "
|
|
46
|
+
"serve": "vite preview",
|
|
47
47
|
"start": "vite",
|
|
48
48
|
"test": "vitest run",
|
|
49
49
|
"tdd": "vitest",
|
|
@@ -84,31 +84,24 @@
|
|
|
84
84
|
"@types/invariant": "^2.2.29",
|
|
85
85
|
"@types/jszip": "^3.1.5",
|
|
86
86
|
"@types/lodash": "^4.14.116",
|
|
87
|
-
"@types/lodash-es": "^4.17.1",
|
|
88
87
|
"@types/react": "^18.0.26",
|
|
89
88
|
"@types/react-dom": "^18.0.10",
|
|
90
89
|
"@types/react-redux": "^7.1.1",
|
|
91
90
|
"@types/webaudioapi": "^0.0.27",
|
|
92
91
|
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
93
92
|
"@typescript-eslint/parser": "^8.36.0",
|
|
94
|
-
"canvas-mock": "0.0.0",
|
|
95
93
|
"data-uri-to-buffer": "^2.0.0",
|
|
96
|
-
"glob": "^7.1.4",
|
|
97
|
-
"http-server": "^0.11.1",
|
|
98
94
|
"imagemin": "^6.1.0",
|
|
99
95
|
"imagemin-optipng": "^6.0.0",
|
|
100
96
|
"postcss": "^8.4.21",
|
|
101
97
|
"postcss-import": "^16.1.0",
|
|
102
98
|
"puppeteer": "^22.2.0",
|
|
103
|
-
"react-test-renderer": "^17.0.1",
|
|
104
99
|
"vitest": "^3.2.0",
|
|
105
100
|
"rollup": "^4.18.0",
|
|
106
101
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
107
102
|
"rollup-plugin-postcss": "^4.0.2",
|
|
108
103
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
109
|
-
"style-loader": "^0.23.1",
|
|
110
104
|
"typescript": "^5.6.2",
|
|
111
|
-
"url-loader": "^1.1.2",
|
|
112
105
|
"vite": "^5.2.12"
|
|
113
106
|
},
|
|
114
107
|
"prettier": {
|