React migration
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.eslintrc.js
deleted
100644 → 0
.eslintrc.json
0 → 100644
.gitattributes
0 → 100644
.husky/.gitignore
0 → 100644
.husky/pre-commit
0 → 100644
.jsbeautifyrc
deleted
100644 → 0
eleventy.js
deleted
100755 → 0
jsconfig.json
0 → 100644
{ | ||
"name": "@visual-framework/vf-boilerplate-eleventy", | ||
"version": "2.0.0-alpha.14", | ||
"description": "Build a site with Visual Framework components using the the Eleventy templating engine.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/visual-framework/vf-eleventy.git" | ||
}, | ||
"name": "embl-ebi-jobs", | ||
"version": "0.1.0", | ||
"license": "Apache-2.0", | ||
"author": "Ken Hawkins <ken.hawkins@embl.de> (https://www.embl.de/aboutus/communication_outreach/)", | ||
"main": "gulpfile.js", | ||
"vfConfig": { | ||
"vfName": "EMBL Jobs directory", | ||
"vfNamespace": "embljobs-", | ||
"vfComponentPath": "./src/components", | ||
"vfBuildDestination": "./build", | ||
"vfBuildFractalMode": "dataObject", | ||
"vfName": "VF Boilerplate for React", | ||
"vfNamesp |