-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.15 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
{
"name": "L-MVB-boilerplate",
"version": "0.1.0",
"description": "description",
"main": "index.js",
"author": "Maximilian Henrich <[email protected]>",
"license": "MIT",
"private": true,
"repository": {
"type" : "git",
"url" : "https://github.com/monofaktur/L-MVB-boilerplate"
},
"devDependencies": {
"axios": "^0.16.2",
"bulma": "^0.5.1",
"cross-env": "^5.0.5",
"laravel-mix": "^1.4.2",
"lodash": "^4.17.4",
"vue": "^2.4.2"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0"
}
}