forked from h5bp/Front-end-Developer-Interview-Questions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"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/'",
"deploy": "sh ./config/deploy.sh",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"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": "Cezar Augusto",
"email": "boss@cezaraugusto.net"
}
],
"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": "^0.5.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.5",
"all-contributors-cli": "^4.10.1",
"clean-css": "^4.1.11",
"html-minifier": "^3.5.19",
"luxon": "^1.3.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"uglify-es": "^3.3.9"
}
}