-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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": "rgsite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp build && npx @11ty/eleventy --serve",
"build": "gulp build && npx @11ty/eleventy",
"debug": "gulp build & DEBUG=* npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@fortawesome/fontawesome-free": "^6.1.1",
"bootstrap": "^4.6.1",
"clean-css": "^5.3.0",
"composer": "^4.1.0",
"concurrently": "^7.1.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-imagemin": "^8.0.0",
"gulp-responsive": "^3.0.1",
"gulp-uglify": "^3.0.2",
"markdown-it": "^13.0.1",
"moment": "^2.28.0",
"ms": "^2.1.2",
"node-fetch": "^2.6.7",
"node-sass": "^7.0.1",
"node-sass-promise": "^1.0.0",
"rename": "^1.0.4",
"rimraf": "^3.0.2"
}
}