Frontent dev env (#247)

* Added frontend development files/environment

* More items-categories related removals

* Improvements in pages templates (inc. static pages)

* Improvements in video player

* Added empty home page message + cta

* Updates in media, playlist and management pages

* Improvements in material icons font loading

* Replaced media & playlists links in frontend dev-env

* frontend package version update

* chnaged frontend dev url port

* static files update

* Changed default position of theme switcher

* enabled frontend docker container
This commit is contained in:
Yiannis Stergiou
2021-07-11 18:01:34 +03:00
committed by GitHub
parent 060bb45725
commit aa6520daac
555 changed files with 201927 additions and 66002 deletions

View File

@@ -0,0 +1,39 @@
{
"name": "mediacms-vjs-plugin-font-icons",
"version": "0.9.0",
"description": "",
"author": "",
"license": "Apache-2.0",
"keywords": [
"mediacms",
"videojs",
"font icons"
],
"engines": {
"node": ">=14.17.0"
},
"files": [
"dist"
],
"scripts": {
"version": "grunt && git add .",
"build": "npm run clean:build && grunt --base ./ --gruntfile ./mediacms/Gruntfile.js",
"clean:build": "node ./scripts/rmrf.js ./dist ./build"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/register": "^7.14.5",
"grunt": "^1.4.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"node-sass": "^6.0.0",
"rimraf": "^3.0.2",
"time-grunt": "^2.0.0",
"webfonts-generator": "^0.4.0"
},
"dependencies": {}
}