create webpack model
Showing
=2.7.
0 → 100644
=2.8
0 → 100644
build/js/bootstrap.min.js
0 → 100644
build/js/jquery.js
0 → 100644
This diff is collapsed.
build/js/lightbox.min.js
0 → 100644
build/js/main.js
0 → 100644
build/js/masonry.min.js
0 → 100644
build/js/wow.min.js
0 → 100644
dist/bundle.js
0 → 100644
This diff is collapsed.
dist/style.css
0 → 100644
This diff is collapsed.
gulpfile.js
0 → 100644
This diff is collapsed.
{ | ||
"name": "work_sample", | ||
"version": "1.0.0", | ||
"description": "ololo", | ||
"license": "MIT", | ||
"keywords": [ | ||
"util", | ||
"functional", | ||
... | ... | @@ -10,14 +12,42 @@ |
], | ||
"author": "admin", | ||
"contributors": [], | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@angular/animations": "^6.0.7", | ||
"@angular/common": "^6.0.7", | ||
"@angular/compiler": "^6.0.7", | ||
"@angular/compiler-cli": "^6.0.7", | ||
"@angular/core": "^6.0.7", | ||
"@angular/forms": "^6.0.7", | ||
"@angular/http": "^6.0.7", | ||
"@angular/platform-browser": "^6.0.7", | ||
"@angular/platform-browser-dynamic": "^6.0.7", | ||
"@angular/platform-server": "^6.0.7", | ||
"@angular/router": "^6.0.7", | ||
"gulp-concat": "^2.6.1", | ||
"jquery": "^3.3.1", | ||
"rxjs": "^6.2.1", | ||
"underscore": "^1.9.1", | ||
"webpack-cli": "^3.0.8", | ||
"zone.js": "^0.8.26" | ||
}, | ||
"devDependencies": { | ||
"css-loader": "^1.0.0", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"gulp": "^4.0.0", | ||
"gulp-minify": "^3.1.0", | ||
"gulp-uglify": "^3.0.0", | ||
"style-loader": "^0.21.0", | ||
"typescript": "^2.9.2", | ||
"webpack": "^4.15.1", | ||
"webpack-cli": "^3.0.8" | ||
"webpack-command": "^0.4.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.zolotoykod.ru:1175/work_sample.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --progress --colors", | ||
"start": "webpack-dev-server --progress --colors" | ||
} | ||
"build": "webpack", | ||
"start": "webpack --watch" | ||
} | ||
} |
src/app.js
0 → 100644
This diff is collapsed.
File moved
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment