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", | "name": "work_sample", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "ololo", | |||
| "license": "MIT", | |||
| "keywords": [ | "keywords": [ | ||
| "util", | "util", | ||
| "functional", | "functional", | ||
| ... | @@ -10,14 +12,42 @@ | ... | @@ -10,14 +12,42 @@ |
| ], | ], | ||
| "author": "admin", | "author": "admin", | ||
| "contributors": [], | "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": { | "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": "^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": { | "scripts": { | ||
| "build": "webpack --progress --colors", | "build": "webpack", | ||
| "start": "webpack-dev-server --progress --colors" | "start": "webpack --watch" | ||
| } | } | ||
| } | } |
src/app.js
0 → 100644
File moved
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment