Files
VRCX/html/package.json
2022-06-24 18:52:09 +12:00

54 lines
1.5 KiB
JSON

{
"private": true,
"scripts": {
"dev": "webpack --config webpack.config.js --mode development",
"watch": "webpack --config webpack.config.js --mode development --watch",
"prod": "webpack --config webpack.config.js --mode production",
"lint": "eslint --ext .js src/ && prettier --check src/",
"development": "npm run dev",
"production": "npm run prod"
},
"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": {
"animate.css": "^4.1.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"default-passive-events": "^2.0.0",
"element-ui": "^2.15.9",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"famfamfam-flags": "^1.0.0",
"html-webpack-plugin": "^5.5.0",
"konami": "^1.6.3",
"mini-css-extract-plugin": "^2.6.1",
"normalize.css": "^8.0.1",
"noty": "^3.2.0-beta-deprecated",
"prettier": "^2.7.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.0",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-data-tables": "^3.4.5",
"vue-lazyload": "^1.3.4",
"vue-marquee-text-component": "^1.2.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"worker-timers": "^7.0.50"
}
}