forked from EverythingSucks/2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 974 Bytes
/
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
{
"name": "2017.sucks",
"version": "1.0.0",
"author": "Alex Bowers <[email protected]>",
"license": "MIT",
"homepage": "http://2017.sucks",
"scripts": {
"webpack": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hmr": "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"
},
"devDependencies": {
"laravel-mix": "^0.3.0"
},
"dependencies": {
"axios": "^0.15.3",
"es6-promise": "^4.0.5",
"moment": "^2.17.1",
"vue": "^2.1.8",
"vue-moment": "^2.0.2",
"vue-router": "^2.1.1"
}
}