-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 1.82 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
{
"private": true,
"scripts": {
"cleanup": "rimraf public/css public/fonts public/images public/js public/mix-manifest.json",
"dev": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "node node_modules/cross-env/dist/bin/cross-env.js 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": "node node_modules/cross-env/dist/bin/cross-env.js 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": "node node_modules/cross-env/dist/bin/cross-env.js 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",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.1.4",
"jquery": "^3.1.1",
"laravel-mix": "0.*",
"laravel-mix-purgecss": "^1.0.5",
"lodash": "^4.17.4",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"vue": "^2.1.10"
},
"dependencies": {
"dotenv": "^4.0.0",
"install": "^0.10.2",
"moment": "^2.18.1",
"moment-countdown": "^0.0.3",
"npm": "^5.6.0",
"quill": "^1.3.4",
"rimraf": "^2.6.2",
"vue-resource": "^1.3.5",
"vue-router": "^2.5.3",
"vue-wysiwyg": "^1.3.2",
"vue2-google-maps": "^0.8.11",
"vuex": "^3.0.1"
}
}