mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-10 18:33:51 +02:00
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"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",
|
|
"url": "git+https://github.com/pypy-vrc/VRCX.git"
|
|
},
|
|
"keywords": [
|
|
"vrchat"
|
|
],
|
|
"author": "pypy <git@pypy.moe>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pypy-vrc/VRCX/issues"
|
|
},
|
|
"homepage": "https://github.com/pypy-vrc/VRCX#readme",
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"html-webpack-plugin": "^4.5.1",
|
|
"laravel-mix": "^5.0.9",
|
|
"pug": "^3.0.0",
|
|
"pug-loader": "^2.4.0",
|
|
"resolve-url-loader": "^3.1.2",
|
|
"sass": "^1.32.2",
|
|
"sass-loader": "^10.1.0",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^4.1.1",
|
|
"element-ui": "^2.14.1",
|
|
"famfamfam-flags": "^1.0.0",
|
|
"normalize.css": "^8.0.1",
|
|
"noty": "^3.2.0-beta",
|
|
"stylelint": "^13.8.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-order": "^4.1.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"vue": "^2.6.12",
|
|
"vue-data-tables": "^3.4.5",
|
|
"vue-lazyload": "^1.3.3",
|
|
"vuejs-toggle-switch": "^1.3.2"
|
|
}
|
|
}
|