-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.53 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": "plopjs.com",
"version": "1.0.1",
"type": "module",
"description": "plopjs.com website",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production npm run develop",
"develop": "node docs-from-github.js && node metalsmith.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plopjs/plopjs.com.git"
},
"keywords": [
"plop"
],
"author": "Andrew Worcester",
"license": "MIT",
"homepage": "https://github.com/plopjs/plopjs.com#readme",
"bugs": {
"url": "https://github.com/plopjs/plopjs.com/issues"
},
"engines": {
"node": ">=14.17.4"
},
"dependencies": {
"@metalsmith/collections": "^1.2.1",
"@metalsmith/layouts": "^2.4.0",
"@metalsmith/markdown": "^1.5.0",
"@metalsmith/permalinks": "^2.4.0",
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
"handlebars": "^4.7.7",
"jstransformer-handlebars": "^1.2.0",
"metalsmith": "^2.4.2",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-browserify-alt": "^2.0.0",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-filenames": "^1.0.0",
"metalsmith-html-minifier": "^4.0.1",
"metalsmith-register-helpers": "^0.4.1",
"metalsmith-register-partials": "^1.0.2",
"metalsmith-stylus": "^3.0.0",
"mkdirp": "^1.0.4",
"nib": "^1.1.2",
"node-fetch": "^3.2.3",
"uglifyify": "^5.0.2"
},
"devDependencies": {
"chokidar-cli": "^3.0.0",
"plop": "^3.0.6",
"watchify": "^4.0.0"
}
}