-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 974 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
33
34
35
36
37
38
39
{
"name": "davoleo.net",
"version": "1.0.0",
"description": "My personal website",
"main": "metal.js",
"directories": {
"lib": "lib"
},
"scripts": {
"serve": "npx serve dist",
"build": "node metal.js",
"dev": "node metal.js && nodemon dev.js",
"watch-sass": "sass --watch ./src/scss -o ./dist/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Davoleo/davoleo.github.io.git"
},
"author": "Davoleo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Davoleo/davoleo.github.io/issues"
},
"homepage": "https://davoleo.net",
"dependencies": {
"@mdi/font": "^6.6.96"
},
"devDependencies": {
"metalsmith": "^2.4.2",
"metalsmith-data-loader": "^1.3.0",
"metalsmith-debug": "^1.2.0",
"metalsmith-handlebars-contents": "^1.2.3",
"metalsmith-sass": "^2.0.0",
"micromatch": "^4.0.5",
"node-sass": "^7.0.1",
"nodemon": "^2.0.16",
"path": "^0.12.7"
}
}