-
Notifications
You must be signed in to change notification settings - Fork 11.1k
/
package.json
53 lines (53 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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": "[email protected]"
},
{
"name": "Darcy Clarke",
"email": "[email protected]"
}
],
"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"
}
}