-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
{
"name": "hbni-itv",
"version": "1.0.0",
"description": "HBNITV",
"main": "main.py",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"run": ".venv/bin/python main.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCodingJsoftware/HBNITV"
},
"keywords": [
"hbni",
"itv"
],
"author": "Jared Gross",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TheCodingJsoftware/HBNITV/issues"
},
"homepage": "https://github.com/TheCodingJsoftware/HBNITV#readme",
"dependencies": {
"@toast-ui/editor": "^3.2.2",
"beercss": "^3.12.13",
"firebase": "^12.6.0",
"install": "^0.13.0",
"katex": "^0.16.25",
"swapy": "^1.0.5",
"typescript": "^5.9.3"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"esbuild": "^0.27.0",
"esbuild-loader": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"glob": "^13.0.0",
"glob-all": "^3.3.1",
"html-webpack-plugin": "^5.6.5",
"image-minimizer-webpack-plugin": "^4.1.4",
"material-dynamic-colors": "^1.1.2",
"mini-css-extract-plugin": "^2.9.4",
"purgecss-webpack-plugin": "^7.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.103.0",
"webpack-bundle-analyzer": "^5.0.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"workbox-webpack-plugin": "^7.3.0"
}
}