-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.45 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
{
"private": true,
"scripts": {
"dev": "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": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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",
"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.15.3",
"cross-env": "^3.2.3",
"lodash": "^4.17.10",
"vue": "^2.5.17"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@pderas/vue2-geocoder": "^1.0.2",
"@pderas/vue2-moola": "^1.3.0",
"blueimp-load-image": "^2.19.0",
"laravel-mix": "^2.1.14",
"npm": "^5.10.0",
"v-tooltip": "^2.0.0-rc.33",
"vue-range-slider": "^0.6.0",
"vue-select": "^2.4.0",
"vue2-google-maps": "^0.10.0",
"vue2-modal": "^1.2.3",
"vuejs-datepicker": "^0.9.29",
"vuex": "^2.5.0"
}
}