diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
| commit | 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (patch) | |
| tree | c198abb97177f60864530ee46f5cdcf0ae88d2bf /package.json | |
| parent | 421677613114bb40780d3a5516b6930d386d0b09 (diff) | |
| download | mitjafelicijan.com-28dd784a088a35739cdfdc4ce79f8ee6d50bf816.tar.gz | |
Cleanup of repo and move to gostatic
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 0cae7e9..0000000 --- a/package.json +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | { | ||
| 2 | "name": "blog", | ||
| 3 | "version": "1.0.0", | ||
| 4 | "description": "", | ||
| 5 | "main": "index.js", | ||
| 6 | "scripts": { | ||
| 7 | "dev": "gulp dev", | ||
| 8 | "build": "gulp build", | ||
| 9 | "deploy": "firebase deploy" | ||
| 10 | }, | ||
| 11 | "keywords": [], | ||
| 12 | "author": "", | ||
| 13 | "license": "ISC", | ||
| 14 | "devDependencies": { | ||
| 15 | "browser-sync": "^2.26.7", | ||
| 16 | "dayjs": "^1.8.16", | ||
| 17 | "gulp": "^4.0.2", | ||
| 18 | "gulp-clean-css": "^4.2.0", | ||
| 19 | "gulp-concat": "^2.6.1", | ||
| 20 | "gulp-terser": "^1.2.0", | ||
| 21 | "html-minifier": "^4.0.0", | ||
| 22 | "http-server": "^0.11.1", | ||
| 23 | "markdown-it": "^10.0.0", | ||
| 24 | "markdown-it-anchor": "^5.2.5", | ||
| 25 | "markdown-it-checkbox": "^1.1.0", | ||
| 26 | "markdown-it-deflist": "^2.0.3", | ||
| 27 | "markdown-it-footnote": "^3.0.2", | ||
| 28 | "markdown-it-prism": "^2.0.3", | ||
| 29 | "nunjucks": "^3.2.0", | ||
| 30 | "yaml": "^1.7.2" | ||
| 31 | } | ||
| 32 | } | ||
