1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-28 15:29:51 +02:00

add offline enabled build process

This commit is contained in:
Kushagra Gour
2017-11-08 01:04:59 +05:30
parent a230d6929f
commit 51aac2e63b
110 changed files with 166185 additions and 14 deletions

View File

@@ -7,8 +7,10 @@
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-config-prettier": "^2.3.0",
"gulp": "^3.9.1",
"gulp-useref": "^3.1.3",
"prettier": "^1.5.2"
"prettier": "^1.5.2",
"sw-precache": "^5.2.0"
},
"scripts": {
"install": "ln -sf ../../git-hooks/pre-commit .git/hooks/pre-commit"
@@ -17,7 +19,12 @@
"type": "git",
"url": "git+https://github.com/chinchang/web-maker.git"
},
"keywords": ["frontend", "playground", "web", "editor"],
"keywords": [
"frontend",
"playground",
"web",
"editor"
],
"author": "Kushagra Gour",
"license": "MIT",
"bugs": {