-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 Bytes
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": "11ty-feedback",
"version": "1.0.0",
"description": "An 11ty starter project for receiving meaningful feedback.",
"main": ".eleventy.js",
"scripts": {
"start": "npx gulp && concurrently \"npx gulp watch\" \"npx eleventy --serve\"",
"production": "NODE_ENV=production npx gulp && NODE_ENV=production npx eleventy"
},
"keywords": [
"11ty",
"eleventy",
"feedback",
"template",
"starter",
"project"
],
"author": "tmns",
"license": "WTFPL",
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"concurrently": "^7.6.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-flatten": "^0.4.0",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"html-minifier": "^4.0.0",
"sass": "^1.58.3",
"terser": "^5.16.5"
}
}