-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 871 Bytes
/
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
{
"name": "interview-questions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --watch src/assets/scss/style.scss:src/assets/css/style.css",
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy --pathprefix=interview-questions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyBoyne/interview-questions.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TobyBoyne/interview-questions/issues"
},
"homepage": "https://github.com/TobyBoyne/interview-questions#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"d3": "^7.1.1",
"jquery": "^3.6.0",
"katex": "^0.13.18"
},
"devDependencies": {
"sass": "^1.53.0"
}
}