mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-29 03:33:58 +01:00
aa6520daac
* 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
40 lines
933 B
JSON
Executable File
40 lines
933 B
JSON
Executable File
{
|
|
"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": {}
|
|
}
|