Skip to content

Commit a9bbda9

Browse files
committed
Include laravel mix 4 dependeincies
1 parent 9898f18 commit a9bbda9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"lint": "eslint \"./**/*.js\""
1313
},
1414
"devDependencies": {
15+
"@babel/preset-react": "^7.0.0",
1516
"axios": "^0.18",
1617
"babel-preset-react": "^6.24.1",
1718
"bootstrap": "^4.2.1",
@@ -29,8 +30,12 @@
2930
"laravel-mix-tailwind": "^0.1.0",
3031
"lodash": "^4.17.4",
3132
"popper.js": "^1.14.7",
33+
"resolve-url-loader": "2.3.1",
34+
"sass": "^1.17.0",
35+
"sass-loader": "7.*",
3236
"tailwindcss": "^0.7.4",
33-
"vue": "^2.6.3"
37+
"vue": "^2.6.3",
38+
"vue-template-compiler": "^2.6.3"
3439
},
3540
"repository": {
3641
"type": "git",

0 commit comments

Comments
 (0)