-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
21 lines (21 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "themosis-plugin",
"version": "1.0.0",
"description": "Themosis framework boilerplate plugin.",
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "Themosis",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/themosis/theme/issues"
},
"homepage": "https://github.com/themosis/theme#readme",
"devDependencies": {
"cross-env": "^5.2.0",
"laravel-mix": "^4.0.0"
}
}