Move "devDependencies" to "dependencies"

This commit is contained in:
Jonathan Reinink 2019-12-18 13:59:37 -05:00
parent f4b424b491
commit 0570582459
2 changed files with 528 additions and 1734 deletions

2260
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@
"prod": "npm run production", "prod": "npm run production",
"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" "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"
}, },
"devDependencies": { "dependencies": {
"@inertiajs/inertia": "^0.1.0", "@inertiajs/inertia": "^0.1.0",
"@inertiajs/inertia-vue": "^0.1.0", "@inertiajs/inertia-vue": "^0.1.0",
"axios": "^0.18", "axios": "^0.18",