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" : {
2020-04-03 09:34:17 +00:00
"compile-sass" : "sass --update shared/css/:shared/css/ web/css/:web/css/ client/css/:client/css/ vendor/:vendor/" ,
2020-04-02 15:40:09 +00:00
"compile-project-base" : "tsc -p tsbaseconfig.json" ,
2020-04-09 17:26:56 +00:00
2018-12-15 13:04:29 +00:00
"dtsgen" : "node tools/dtsgen/index.js" ,
"trgen" : "node tools/trgen/index.js" ,
2019-12-19 18:14:59 +00:00
"sass" : "sass" ,
2020-04-09 17:26:56 +00:00
"tsc" : "tsc" ,
"start" : "npm run compile-project-base && node file.js ndevelop" ,
2020-04-01 13:36:37 +00:00
"build-web" : "webpack --config webpack-web.config.js" ,
"watch-web" : "webpack --watch --config webpack-web.config.js" ,
"build-client" : "webpack --config webpack-client.config.js" ,
2020-04-03 13:04:31 +00:00
"watch-client" : "webpack --watch --config webpack-client.config.js" ,
2020-04-09 17:26:56 +00:00
2020-04-03 13:04:31 +00:00
"generate-i18n-gtranslate" : "node shared/generate_i18n_gtranslate.js"
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" : {
2020-04-03 13:04:31 +00:00
"@google-cloud/translate" : "^5.3.0" ,
2020-03-31 14:43:21 +00:00
"@types/dompurify" : "^2.0.1" ,
2019-08-21 10:16:05 +00:00
"@types/emscripten" : "^1.38.0" ,
2020-03-31 13:19:53 +00:00
"@types/fs-extra" : "^8.0.1" ,
2020-03-27 22:36:57 +00:00
"@types/jquery" : "^3.3.34" ,
"@types/lodash" : "^4.14.149" ,
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" ,
2020-03-27 22:36:57 +00:00
"@types/react-dom" : "^16.9.5" ,
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" ,
2020-03-30 23:27:59 +00:00
"chunk-manifest-webpack-plugin" : "^1.1.2" ,
2020-03-31 13:19:53 +00:00
"circular-dependency-plugin" : "^5.2.0" ,
2019-08-30 21:06:39 +00:00
"clean-css" : "^4.2.1" ,
2020-03-30 23:27:59 +00:00
"clean-webpack-plugin" : "^3.0.0" ,
2020-03-31 13:19:53 +00:00
"css-loader" : "^3.4.2" ,
2019-02-17 15:08:10 +00:00
"csso-cli" : "^2.0.2" ,
2020-03-30 23:27:59 +00:00
"exports-loader" : "^0.7.0" ,
2020-03-27 22:36:57 +00:00
"fs-extra" : "latest" ,
2019-05-25 17:55:30 +00:00
"gulp" : "^4.0.2" ,
2020-03-31 13:19:53 +00:00
"html-loader" : "^1.0.0" ,
2020-03-30 23:27:59 +00:00
"html-webpack-plugin" : "^4.0.3" ,
2019-10-29 19:40:48 +00:00
"mime-types" : "^2.1.24" ,
2020-03-27 22:36:57 +00:00
"mini-css-extract-plugin" : "^0.9.0" ,
2019-10-29 17:18:07 +00:00
"mkdirp" : "^0.5.1" ,
2020-03-27 22:36:57 +00:00
"node-sass" : "^4.13.1" ,
2020-03-31 11:44:16 +00:00
"raw-loader" : "^4.0.0" ,
2019-12-19 18:14:59 +00:00
"sass" : "1.22.10" ,
2020-03-31 13:19:53 +00:00
"sass-loader" : "^8.0.2" ,
2018-12-15 13:04:29 +00:00
"sha256" : "^0.2.0" ,
2020-03-31 13:19:53 +00:00
"style-loader" : "^1.1.3" ,
2019-08-30 21:06:39 +00:00
"terser" : "^4.2.1" ,
2020-03-31 14:43:21 +00:00
"terser-webpack-plugin" : "latest" ,
2020-03-27 22:36:57 +00:00
"ts-loader" : "^6.2.2" ,
2020-04-05 15:53:37 +00:00
"typescript" : "^3.7.0" ,
2020-03-31 13:19:53 +00:00
"wabt" : "^1.0.13" ,
2020-03-27 22:36:57 +00:00
"webpack" : "^4.42.1" ,
2020-03-30 23:27:59 +00:00
"webpack-bundle-analyzer" : "^3.6.1" ,
"webpack-cli" : "^3.3.11" ,
2020-03-31 14:43:21 +00:00
"worker-plugin" : "^4.0.2"
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" : {
2020-03-31 13:47:25 +00:00
"dompurify" : "^2.0.8" ,
"moment" : "^2.24.0" ,
2020-03-27 22:36:57 +00:00
"react" : "^16.13.1" ,
2020-03-31 13:47:25 +00:00
"react-dom" : "^16.13.1" ,
"webrtc-adapter" : "^7.5.1"
2019-10-30 20:30:46 +00:00
}
2018-10-04 20:49:20 +00:00
}