tethys/package.json

21 lines
713 B
JSON
Raw Normal View History

2015-07-19 06:49:24 +00:00
{
"private": true,
2018-08-06 12:30:51 +00:00
"scripts": {
2018-08-29 15:18:15 +00:00
"test": "echo \"Error\"",
2018-08-06 12:30:51 +00:00
"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",
"prod": "npm run production",
2018-08-29 15:18:15 +00:00
"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"
2018-08-06 12:30:51 +00:00
},
2015-07-19 06:49:24 +00:00
"devDependencies": {
2018-08-29 15:18:15 +00:00
"axios": "^0.18",
2018-08-06 12:30:51 +00:00
"bootstrap-sass": "^3.3.7",
2018-08-29 15:18:15 +00:00
"cross-env": "^5.1",
2018-08-06 12:30:51 +00:00
"jquery": "^3.2",
2018-08-29 15:18:15 +00:00
"laravel-mix": "^2.1.14",
"lodash": "^4.17.10",
2018-08-06 12:30:51 +00:00
"vue": "^2.5.7"
2018-08-29 15:18:15 +00:00
},
"dependencies": {}
2015-07-19 06:49:24 +00:00
}