forked from ct-js/ct-js-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 851 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": "site",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-cache-assets": "^2.1.0",
"@11ty/eleventy-upgrade-help": "^2.0.5",
"@deco313/markdown-it-replace": "^1.2.0",
"async-html-inline": "^1.2.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-shell": "0.6.5",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "2.7.1",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.1",
"jstransformer-highlight": "^2.0.0",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-emoji": "^3.0.0",
"pump": "^3.0.0",
"xml2js": "^0.6.2"
}
}