mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
using laravel-mix
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"name": "vrcx-html",
|
||||
"version": "0.0.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "npx webpack --mode production",
|
||||
"watch": "npx webpack --mode development --watch --progress"
|
||||
"dev": "npm run development",
|
||||
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"watch": "npm run development -- --watch",
|
||||
"watch-poll": "npm run watch -- --watch-poll",
|
||||
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,5 +21,16 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/pypy-vrc/VRCX/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pypy-vrc/VRCX#readme"
|
||||
}
|
||||
"homepage": "https://github.com/pypy-vrc/VRCX#readme",
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.2",
|
||||
"html-webpack-plugin": "^4.3.0",
|
||||
"laravel-mix": "^5.0.4",
|
||||
"pug": "^3.0.0",
|
||||
"pug-loader": "^2.4.0",
|
||||
"resolve-url-loader": "^3.1.0",
|
||||
"sass": "^1.26.9",
|
||||
"sass-loader": "^8.0.2",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user