Skip to content

Commit

Permalink
Pin package.json
Browse files Browse the repository at this point in the history
Fixes: apolopena/gitpod-laravel-starter#186
Pin package major versions so this project wil not break unexpectedly if/when Laravels minor version increases.
  • Loading branch information
apolopena authored Jan 27, 2022
1 parent dd0b23f commit b6c3f5b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"axios": "^0.21",
"bootstrap": "^4.0.0",
"jquery": "^3.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.1.14",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.15.2",
"sass-loader": "^8.0.0"
},
"dependencies": {
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"react-router-dom": "^5.2.0"
}
}

0 comments on commit b6c3f5b

Please sign in to comment.