-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.78 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
{
"name": "metalsmith-groundwork",
"description": "Metalsmith blog template",
"author": "Jake Rayson <contact@growdigital.org>",
"license": "(MIT OR GPL-3.0)",
"private": false,
"dependencies": {
"handlebars": "^4.0.11",
"metalsmith": "^2.3.0",
"metalsmith-clean-css": "^5.0.1",
"metalsmith-collections": "^0.9.0",
"metalsmith-concat": "^6.0.0",
"metalsmith-date-formatter": "^1.0.2",
"metalsmith-drafts": "0.0.1",
"metalsmith-feed": "^0.5.0",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "0.0.4",
"metalsmith-movey": "0.0.7",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-postcss": "^4.1.1",
"metalsmith-uglifyjs": "^0.2.3",
"metalsmith-writemetadata": "^0.4.5",
"normalize.css": "^7.0.0",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2"
},
"version": "0.0.0-development",
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"start": "DEBUG=metalsmith-* node index.js",
"browser_sync": "browser-sync start --server build",
"dev": "npm run browser_sync & NODE_ENV=development nodemon --exec 'npm start && browser-sync reload'",
"build": "npm start"
},
"repository": {
"type": "git",
"url": "https://github.com/growdigital/groundwork.git"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"metalsmith-debug-ui": "^0.3.0",
"nodemon": "^1.12.1",
"semantic-release": "^8.2.0"
}
}