mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-09 18:03:49 +02:00
60 lines
1.8 KiB
JSON
60 lines
1.8 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/vrcx-team/VRCX.git"
|
|
},
|
|
"keywords": [
|
|
"vrchat"
|
|
],
|
|
"author": "pypy <git@pypy.moe>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vrcx-team/VRCX/issues"
|
|
},
|
|
"homepage": "https://github.com/vrcx-team/VRCX#readme",
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@babel/plugin-syntax-import-assertions": "^7.23.3",
|
|
"@babel/preset-env": "^7.23.8",
|
|
"@fontsource/noto-sans-jp": "^5.0.17",
|
|
"@fontsource/noto-sans-kr": "^5.0.17",
|
|
"@fontsource/noto-sans-sc": "^5.0.17",
|
|
"@fontsource/noto-sans-tc": "^5.0.17",
|
|
"animate.css": "^4.1.1",
|
|
"copy-webpack-plugin": "^12.0.1",
|
|
"css-loader": "^6.9.0",
|
|
"default-passive-events": "^2.0.0",
|
|
"element-ui": "^2.15.14",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"mini-css-extract-plugin": "^2.7.7",
|
|
"normalize.css": "^8.0.1",
|
|
"noty": "^3.2.0-beta-deprecated",
|
|
"prettier": "^3.2.2",
|
|
"pug": "^3.0.3",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "^1.69.7",
|
|
"sass-loader": "^14.0.0",
|
|
"vue": "^2.6.14",
|
|
"vue-data-tables": "^3.4.5",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-lazyload": "^1.3.4",
|
|
"vue-markdown": "^2.1.3",
|
|
"vue-marquee-text-component": "^1.2.0",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"worker-timers": "^7.1.1"
|
|
}
|
|
}
|