Move "devDependencies" to "dependencies"
This commit is contained in:
parent
f4b424b491
commit
0570582459
2 changed files with 528 additions and 1734 deletions
2260
package-lock.json
generated
2260
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue