forked from ReedD/dadoune.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.43 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dadoune.com",
"version": "1.3.5",
"description": "Static site generator for dadoune.com",
"homepage": "https://www.dadoune.com",
"scripts": {
"build": "rm -rf build/ && NODE_ENV=production node build.js",
"depcheck": "depcheck --ignores=eslint,babelify,babel-preset-es2015,handlebars .",
"eslint": "node_modules/eslint/bin/eslint.js --ignore-path .gitignore .",
"precommit": "pre-commit run -a",
"scsslint": "scss-lint --config .scss-lint.yml",
"test": "yarn run depcheck && yarn run eslint && yarn scsslint && pre-commit run trailing-whitespace -a && pre-commit run end-of-file-fixer -a && pre-commit run check-merge-conflict -a && pre-commit run check-json -a && pre-commit run check-yaml -a && pre-commit run check-symlinks -a",
"watch": "nodemon --watch build.js --watch scripts build.js"
},
"author": "Reed Dadoune <reed@dadoune.com>",
"private": true,
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"angular": "^1.6.1",
"angular-disqus-comments": "^1.0.2",
"angular-ui-router": "^0.4.2",
"angulartics": "^1.3.0",
"angulartics-google-analytics": "^0.4.0",
"autoprefixer": "^6.7.0",
"axios": "^0.15.3",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"bootstrap": "4.0.0-alpha.6",
"browserify": "^14.0.0",
"eslint": "^3.14.1",
"handlebars": "^4.0.6",
"helper-moment": "^0.2.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"metalsmith": "^2.3.0",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-browserify": "ReedD/metalsmith-browserify",
"metalsmith-collections": "^0.9.0",
"metalsmith-drafts": "^0.0.1",
"metalsmith-fingerprint-ignore": "^1.1.2",
"metalsmith-html-minifier": "^2.2.0",
"metalsmith-if": "^0.1.1",
"metalsmith-imagemin": "^3.0.0",
"metalsmith-layouts": "^1.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-move-up": "^1.0.0",
"metalsmith-pagination": "^1.4.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-prism": "^3.0.2",
"metalsmith-sass": "^1.4.0",
"metalsmith-tags": "^2.0.0",
"metalsmith-uglify": "^1.5.1",
"minimatch": "^3.0.3",
"multimatch": "^2.1.0",
"nodemon": "^1.10.2",
"postcss": "^5.2.11",
"postcss-scss": "^0.4.0",
"prismjs": "^1.6.0"
},
"devDependencies": {
"bluebird": "^3.4.7",
"nodegit": "^0.16.0",
"nodegit-flow": "^0.3.0",
"semver": "^5.3.0",
"yargs": "^6.6.0"
}
}