mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-22 15:00:35 -04:00
Using bootstrap 4 and fixing symlink handling
This commit is contained in:
parent
dacccb9e06
commit
16af837cfa
@ -23,7 +23,8 @@
|
|||||||
"polyfills": "src/polyfills.ts",
|
"polyfills": "src/polyfills.ts",
|
||||||
"tsConfig": "tsconfig.json",
|
"tsConfig": "tsconfig.json",
|
||||||
"aot": false,
|
"aot": false,
|
||||||
"buildOptimizer": false,
|
"buildOptimizer": false,
|
||||||
|
"preserveSymlinks": true,
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/assets",
|
"src/assets",
|
||||||
{
|
{
|
||||||
|
16005
package-lock.json
generated
16005
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@
|
|||||||
"@angular/platform-browser-dynamic": "^12.1.4",
|
"@angular/platform-browser-dynamic": "^12.1.4",
|
||||||
"@angular/router": "^12.1.4",
|
"@angular/router": "^12.1.4",
|
||||||
"angular-auth-oidc-client": "^12.0.2",
|
"angular-auth-oidc-client": "^12.0.2",
|
||||||
"bootstrap": "^5.0.2",
|
"bootstrap": "^4.6.0",
|
||||||
"detect-browser": "^5.2.0",
|
"detect-browser": "^5.2.0",
|
||||||
"hls.js": "^1.0.7",
|
"hls.js": "^1.0.7",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user