-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 3.17 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"bootstrap-sass": "^3.3.7",
"bower": "^1.8.2",
"cross-env": "^5.0.1",
"gulp": "^3.9.1",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^5.1.0",
"http-proxy": "^1.16.2",
"jasmine-core": "^2.4.1",
"jquery": "^3.2.1",
"karma": "^2.0.0",
"karma-babel-preprocessor": "~4.0.0",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"laravel-elixir": "^5.0.0",
"laravel-elixir-eslint": "^3.0.0",
"laravel-elixir-karma": "^0.2.2",
"laravel-elixir-webpack-official": "^1.0.2",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"main-bower-files": "^2.13.1",
"phantomjs-prebuilt": "^2.1.6",
"stringify": "^3.1.0",
"sw-precache": "^4.0.0",
"utils-merge": "^1.0.1",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.0.0",
"vue": "^2.1.10",
"yarn": "^1.3.2"
},
"dependencies": {
"babel": "^4.0.2",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babelify": "^5.0.3",
"bootstrap-social": "^5.1.1",
"bower": "^1.7.9",
"browserify": "~8.1.3",
"eslint": "^1.10.3",
"eslint-plugin-angular": "^0.15.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-cssnano": "^2.1.1",
"gulp-eslint": "^1.1.1",
"gulp-filter": "^1.0.2",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^1.2.5",
"gulp-ng-annotate": "^1",
"gulp-ng-html2js": "^0.2.0",
"gulp-notify": "^2.0.0",
"gulp-phpcs": "^1.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1",
"gulp-uglify": "^1",
"gulp-util": "^3.0.3",
"laravel-elixir-karma": "^0.2.2",
"main-bower-files": "^2.1.0",
"source-map": "^0.6.1",
"transports": "^1.2.2",
"underscore": "^1.8.3",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0"
},
"name": "onclickbranding",
"version": "1.0.0",
"description": "The Brand Mantra",
"main": "index.js",
"repository": "www.onclickbranding.com",
"author": "Dennis Kareithi <[email protected]>",
"license": "MIT"
}