-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "bigroom.eco",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@metalsmith/in-place": "4.6.0",
"@metalsmith/layouts": "2.7.0",
"@metalsmith/permalinks": "3.2.0",
"@metalsmith/sass": "1.11.0",
"browser-sync": "3.0.3",
"globby": "14.0.2",
"jstransformer-nunjucks": "1.2.0",
"klaw": "4.1.0",
"metalsmith": "2.6.3",
"metalsmith-fingerprint-ignore": "2.0.0",
"metalsmith-redirect": "github:doteco/metalsmith-redirect",
"metalsmith-robots": "1.1.0",
"metalsmith-sitemap": "1.2.2",
"metalsmith-watch": "github:doteco/metalsmith-watch",
"node-fs-extra": "0.8.2",
"normalize.css": "8.0.1",
"nunjucks": "3.2.4",
"sharp": "0.33.5",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "14.0.0"
},
"scripts": {
"build": "node ./build.js",
"push-pca": "git checkout production && git merge master && git sync && git checkout master",
"minify": "mkdir -p public/img && node ./imagex.mjs",
"start": "npm run build",
"stylelint": "stylelint 'scss/*.scss' || true",
"stylelint:fix": "stylelint 'scss/*.scss' --fix",
"test": "npm run build",
"validate": "node ./html-validate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doteco/bigroom.eco.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/doteco/bigroom.eco/issues"
},
"homepage": "https://github.com/doteco/bigroom.eco#readme"
}