54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "front-end-developer-interview-questions",
|
|
"version": "1.0.0",
|
|
"description": "A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.",
|
|
"scripts": {
|
|
"build": "eleventy --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/'",
|
|
"contributors:add": "all-contributors add",
|
|
"contributors:generate": "all-contributors generate && cp .all-contributorsrc ./src/_data/contributors.json",
|
|
"start": "eleventy --config=config/eleventy.config.js --serve --port 9090 --quiet"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/h5bp/Front-end-Developer-Interview-Questions.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"front-end",
|
|
"html",
|
|
"interview",
|
|
"js",
|
|
"questions"
|
|
],
|
|
"author": "H5BP",
|
|
"contributors": [
|
|
{
|
|
"name": "Rob Larsen",
|
|
"email": "rob@htmlcssjavascript.com"
|
|
},
|
|
{
|
|
"name": "Darcy Clarke",
|
|
"email": "darcy@darcyclarke.me"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/h5bp/Front-end-Developer-Interview-Questions/issues"
|
|
},
|
|
"homepage": "https://github.com/h5bp/Front-end-Developer-Interview-Questions#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"all-contributors-cli": "^6.26.1",
|
|
"clean-css": "^5.3.3",
|
|
"html-minifier": "^4.0.0",
|
|
"luxon": "^3.4.4",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"uglify-es": "^3.3.9"
|
|
},
|
|
"resolutions": {
|
|
"axios": "0.18.1"
|
|
}
|
|
}
|