UNPKG

@visual-framework/vf-core

Version:

Common dependencies for the Visual Framework.

56 lines (55 loc) 1.53 kB
{ "name": "@visual-framework/vf-core", "version": "2.2.49", "description": "Common dependencies for the Visual Framework.", "engines": { "node": ">=14.x" }, "main": "index.js", "vfConfig": { "vfNamespace": "vf-", "vfName": "Visual Framework", "vfHomepage": "https://stable.visual-framework.dev", "vfBuildFractalMode": "normal", "vfThemePath": "@frctl/mandelbrot", "vfComponentPath": "../../components" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "gulp dev" }, "repository": { "type": "git", "url": "git+https://github.com/visual-framework/vf-core.git" }, "keywords": [ "Visual", "Framework", "VF" ], "private": false, "dependencies": { "@visual-framework/vf-component-generator": "^1.1.7", "@visual-framework/vf-component-initialization": "^1.1.13", "@visual-framework/vf-frctl-extensions": "^2.0.0", "@visual-framework/vf-sass-compilation": "^1.1.26", "chalk": "^5.0.0", "del": "^8.0.0", "fast-glob": "^3.1.0", "fix-esm": "^1.0.1", "gulp": "^5.0.0", "highlight.js": "^11.0.0", "marked": "14.1.4" }, "devDependencies": { "browser-sync": "3.0.3", "percy": "5.0.0" }, "author": "Ken Hawkins <ken.hawkins@embl.de>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/visual-framework/vf-core/issues" }, "homepage": "https://github.com/visual-framework/vf-core#readme", "gitHead": "91ac6ff7e0181ca32645facfbd62a000604cba1c" }