-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1.03 KB
/
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
{
"name": "tink.uk",
"version": "1.0.0",
"description": "",
"type": "module",
"main": ".eleventy.js",
"scripts": {
"start": "npx gulp && concurrently \"npx gulp watch\" \"npx eleventy --serve\"",
"production": "cross-env NODE_ENV=production npx gulp && cross-env NODE_ENV=production npx eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@tbranyen/jsdom": "^13.0.0",
"concurrently": "^5.2.0",
"core-js": "^3.16.4",
"eleventy-plugin-pwa": "^1.0.8",
"get-google-fonts": "^1.2.2",
"gorko": "^0.2.1",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^9.1.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"html-minifier": "^4.0.0",
"moment": "^2.27.0",
"prettify-html": "0.0.2",
"sass": "^1.26.10"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}