mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-18 21:09:42 -05:00
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:
39
frontend/packages/vjs-plugin-font-icons/package.json
Executable file
39
frontend/packages/vjs-plugin-font-icons/package.json
Executable 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user