-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 989 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 989 Bytes
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
{
"name": "npm",
"version": "1.0.0",
"description": "Browse archived broadcasts, schedule events, broadcast live audio, and view live broadcasts and scheduled events.",
"main": "main.py",
"scripts": {
"run": "python main.py",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCodingJsoftware/HBNI-Audio.git"
},
"author": "Jared Gross",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheCodingJsoftware/HBNI-Audio/issues"
},
"homepage": "https://github.com/TheCodingJsoftware/HBNI-Audio#readme",
"dependencies": {
"beercss": "^4.0.1",
"firebase": "^12.8.0",
"flatpickr": "^4.6.13",
"material-dynamic-colors": "^1.1.4"
},
"devDependencies": {
"babel-loader": "^10.0.0",
"css-loader": "^7.1.3",
"html-webpack-plugin": "^5.6.6",
"mini-css-extract-plugin": "^2.10.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
}
}