73 lines
2.5 KiB
JSON
73 lines
2.5 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "1.2.0",
|
|
"description": "Welcome here! This repository is created with two reasons:\n 1. People can bring their own ideas and follow their implementation\n 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time.",
|
|
"main": "main.js",
|
|
"directories": {},
|
|
"scripts": {
|
|
"compile-sass": "sass --update .:.",
|
|
"compile-file-helper": "tsc file.ts",
|
|
"build-worker-codec": "tsc -p web/js/workers/tsconfig_worker_codec.json",
|
|
"build-worker-pow": "tsc -p shared/js/workers/tsconfig_worker_pow.json",
|
|
"build-worker": "npm run build-worker-codec; npm run build-worker-pow;",
|
|
"dtsgen": "node tools/dtsgen/index.js",
|
|
"trgen": "node tools/trgen/index.js",
|
|
"ttsc": "ttsc",
|
|
"sass": "sass",
|
|
"csso": "csso",
|
|
"rebuild-structure-web-dev": "php files.php generate web dev",
|
|
"minify-web-rel-file": "terser --compress --mangle --ecma 6 --keep_classnames --keep_fnames --output",
|
|
"start": "npm run compile-file-helper && node file.js ndevelop",
|
|
"build": "webpack --config webpack.config.js",
|
|
"build-loader": "webpack --config loader/webpack.config.js",
|
|
"watch": "webpack --watch",
|
|
"watch-loader": "webpack --watch --config loader/webpack.config.js"
|
|
},
|
|
"author": "TeaSpeak (WolverinDEV)",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/emscripten": "^1.38.0",
|
|
"@types/jquery": "^3.3.34",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/node": "^12.7.2",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/sha256": "^0.2.0",
|
|
"@types/websocket": "0.0.40",
|
|
"clean-css": "^4.2.1",
|
|
"css-loader": "^3.4.2",
|
|
"csso-cli": "^2.0.2",
|
|
"fs-extra": "latest",
|
|
"gulp": "^4.0.2",
|
|
"mime-types": "^2.1.24",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"mkdirp": "^0.5.1",
|
|
"node-sass": "^4.13.1",
|
|
"sass": "1.22.10",
|
|
"sass-loader": "^8.0.2",
|
|
"sha256": "^0.2.0",
|
|
"style-loader": "^1.1.3",
|
|
"terser": "^4.2.1",
|
|
"ts-loader": "^6.2.2",
|
|
"ttypescript": "^1.5.10",
|
|
"typescript": "3.6.5",
|
|
"wat2wasm": "^1.0.2",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TeaSpeak/TeaWeb/TeaWeb.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TeaSpeak/TeaWeb/issues"
|
|
},
|
|
"homepage": "https://www.teaspeak.de",
|
|
"dependencies": {
|
|
"@types/fs-extra": "^8.0.1",
|
|
"circular-dependency-plugin": "^5.2.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
}
|
|
}
|