forked from joedixon/laravel-translation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
18 lines (18 loc) · 829 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"license": "MIT",
"devDependencies": {
"laravel-mix": "^2.1.14",
"postcss": "^7.0.2",
"tailwindcss": "^0.6.5"
},
"dependencies": {
"axios": "^0.18",
"vue": "^2.5.17"
}
}