-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.85 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "hire-wilto",
"version": "0.0.1",
"description": "Do it, chicken.",
"scripts": {
"cms:precompile": "make-dir _site/admin && nunjucks-precompile _src/_templates > _site/admin/templates.js -i \"\\.(njk|css|svg)$\"",
"cms:bundle": "rollup --config",
"start": "concurrently \"grunt watch watch-css\" \"npm run cms:bundle -- --watch\" \"chokidar \\\"_src/_templates/**\\\" -c \\\"npm run cms:precompile\\\"\" \"npm run serve\"",
"serve": "concurrently \"grunt watch\" \"ELEVENTY_ENV=development npx eleventy --serve\"",
"production": "npm run cms:precompile && npm run cms:bundle && grunt prod && eleventy"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:Wilto/hire.wil.to.git"
},
"author": {
"name": "Mat Marquis",
"email": "[email protected]",
"url": "http://matmarquis.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Wilto/hire.wil.to/issues"
},
"homepage": "https://hire.wil.to",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@erquhart/rollup-plugin-node-builtins": "^2.1.5",
"bl": "^3.0.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "^2.0.0",
"grunt-responsive-images": "^1.10.1",
"make-dir-cli": "^2.0.0",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"grunt-criticalcss": "^2.1.0"
}
}