-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 921 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
40
41
42
43
44
45
46
{
"name": "sathyam-vellal-website",
"version": "3.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0"
},
"watch": {
"start": {
"patterns": [
"sass",
"source"
],
"extensions": [
"scss",
"njk",
"md"
]
}
},
"scripts": {
"start": "gulp",
"watch": "npx npm-watch"
},
"dependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-exec": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-watch": "^5.0.1",
"js-yaml": "^3.14.0",
"markdown-it": "^13.0.0",
"markdown-it-attrs": "^4.1.4",
"markdown-it-container": "^3.0.0",
"markdown-it-div": "^1.1.0",
"moment": "^2.29.1",
"node-sass": "^7.0.3",
"npm-watch": "^0.9.0",
"slugify": "^1.5.0"
}
}