forked from PeWe79/AzuraCast-Player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.23 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
{
"name": "azuracast-player",
"version": "1.0.0",
"description": "SPA audio player for the streaming stations provided by AzuraCast.",
"scripts": {
"dev": "cross-env webpack --mode development",
"build": "cross-env webpack --mode production --progress",
"sass-min": "sass ./src/scss:./public/css --style compressed",
"init": "live-server --open=."
},
"repository": {
"type": "git",
"url": "[email protected]:PeWe79/AzuraCast-Player-Main.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PeWe79/AzuraCast-Player-Main/issues"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clean-css": "^5.3.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"ignore-loader": "^0.1.2",
"mini-css-extract-plugin": "^2.8.1",
"postcss-loader": "^8.1.1",
"sass": "^1.77.2",
"sass-loader": "^14.2.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-obfuscator": "^3.5.1"
}
}