2018-10-04 20:49:20 +00:00
{
"name" : "client" ,
2019-10-19 15:12:14 +00:00
"version" : "1.2.0" ,
2018-10-04 20:49:20 +00:00
"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" ,
2018-10-07 16:21:28 +00:00
"directories" : { } ,
2018-10-04 20:49:20 +00:00
"scripts" : {
2018-10-08 23:27:14 +00:00
"compile-sass" : "sass --update .:." ,
2019-05-21 09:20:34 +00:00
"build-worker-codec" : "tsc -p web/js/workers/tsconfig_worker_codec.json" ,
2019-03-07 14:30:53 +00:00
"build-worker-pow" : "tsc -p shared/js/workers/tsconfig_worker_pow.json" ,
2019-03-17 12:00:50 +00:00
"build-worker" : "npm run build-worker-codec; npm run build-worker-pow;" ,
2018-12-15 13:04:29 +00:00
"dtsgen" : "node tools/dtsgen/index.js" ,
"trgen" : "node tools/trgen/index.js" ,
2019-01-26 16:10:15 +00:00
"ttsc" : "ttsc" ,
2019-02-17 15:08:10 +00:00
"csso" : "csso" ,
2019-05-21 16:15:02 +00:00
"rebuild-structure-web-dev" : "php files.php generate web dev" ,
2019-08-30 21:06:39 +00:00
"minify-web-rel-file" : "terser --compress --mangle --ecma 6 --keep_classnames --keep_fnames --output"
2018-10-04 20:49:20 +00:00
} ,
2018-10-08 23:27:14 +00:00
"author" : "TeaSpeak (WolverinDEV)" ,
2018-10-04 20:49:20 +00:00
"license" : "ISC" ,
"devDependencies" : {
2019-08-21 10:16:05 +00:00
"@types/emscripten" : "^1.38.0" ,
"@types/jquery" : "^3.3.31" ,
2018-12-04 17:48:54 +00:00
"@types/moment" : "^2.13.0" ,
2019-08-21 10:16:05 +00:00
"@types/node" : "^12.7.2" ,
2018-12-15 13:04:29 +00:00
"@types/sha256" : "^0.2.0" ,
2019-05-25 17:55:30 +00:00
"@types/websocket" : "0.0.40" ,
2019-08-30 21:06:39 +00:00
"clean-css" : "^4.2.1" ,
2019-02-17 15:08:10 +00:00
"csso-cli" : "^2.0.2" ,
2019-05-25 17:55:30 +00:00
"gulp" : "^4.0.2" ,
2019-10-29 19:40:48 +00:00
"mime-types" : "^2.1.24" ,
2019-10-29 17:18:07 +00:00
"mkdirp" : "^0.5.1" ,
2019-08-21 10:16:05 +00:00
"sass" : "^1.22.10" ,
2018-12-15 13:04:29 +00:00
"sha256" : "^0.2.0" ,
2019-08-30 21:06:39 +00:00
"terser" : "^4.2.1" ,
2019-08-21 10:16:05 +00:00
"ttypescript" : "^1.5.7" ,
"typescript" : "^3.5.3" ,
2019-10-30 20:30:46 +00:00
"wat2wasm" : "^1.0.2" ,
"fs-extra" : "latest"
2018-10-04 20:49:20 +00:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/TeaSpeak/TeaWeb/TeaWeb.git"
} ,
"bugs" : {
"url" : "https://github.com/TeaSpeak/TeaWeb/issues"
} ,
2019-10-30 20:30:46 +00:00
"homepage" : "https://www.teaspeak.de" ,
"dependencies" : {
"@types/fs-extra" : "^8.0.1"
}
2018-10-04 20:49:20 +00:00
}