This repository was archived by the owner on Jun 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.68 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.68 KB
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
{
"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",
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.17",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.1.5",
"eslint-config-airbnb": "^16.1.0",
"jquery": "^3.3.1",
"laravel-mix": "^1.0",
"lodash": "^4.17.5",
"postcss": "^6.0.21",
"vue": "^2.5.16",
"vue-loader": "^13.7.1",
"vue-template-compiler": "^2.5.16",
"workbox-webpack-plugin": "^3.3.1"
},
"name": "laravelvue",
"description": "<p align=\"center\"><img src=\"https://laravel.com/assets/img/components/logo-laravel.svg\"></p>",
"version": "0.0.1",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"compression-webpack-plugin": "^1.1.11",
"crypto-js": "^3.1.9-1",
"eslint": "^4.13.0",
"eslint-plugin-vue": "^2.1.0",
"filepond-plugin-file-encode": "^1.0.4",
"filepond-plugin-file-validate-type": "^1.1.0",
"filepond-plugin-image-crop": "^1.0.1",
"filepond-plugin-image-exif-orientation": "^1.0.1",
"filepond-plugin-image-preview": "^1.0.9",
"filepond-plugin-image-resize": "^1.0.1",
"filepond-plugin-image-transform": "^1.0.1",
"imagemin-webpack-plugin": "^2.1.5",
"install": "^0.12.1",
"js-cookie": "^2.2.0",
"npm": "^5.10.0",
"postcss-unprefix": "^2.1.3",
"vee-validate": "^2.0.9",
"vue-acl": "^3.0.4",
"vue-filepond": "^2.0.1",
"vue-js-modal": "^1.3.13",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"yarn": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blubMe/LaravelVue.git"
},
"keywords": [
"laravelvue"
],
"author": "fahmi irsyad khairi",
"license": "MIT",
"bugs": {
"url": "https://github.com/blubMe/LaravelVue/issues"
},
"homepage": "https://github.com/blubMe/LaravelVue#readme"
}