forked from sector3studios/webhud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "r3ewebhud",
"version": "1.0.0",
"description": "R3E Web HUD",
"private": true,
"scripts": {
"start": "node ./node_modules/ts-node/dist/bin.js ./server/server",
"build": "./node_modules/.bin/webpack --env=production --progress --profile",
"translations:extract": "node ./node_modules/ts-node/dist/bin.js ./server/tools/localization/extractTranslations",
"translations:generate": "node ./node_modules/ts-node/dist/bin.js ./server/tools/localization/generateTranslations",
"translations:update": "npm run translations:extract && npm run translations:generate"
},
"author": "[email protected]",
"license": "Unlicense",
"dependencies": {
"source-map": "0.7.3",
"@types/async": "2.0.49",
"async": "2.6.1",
"dive": "0.5.0",
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"@types/babel-core": "6.25.5",
"gettext-parser": "2.0.0",
"sort-keys-recursive": "2.0.1",
"@sentry/browser": "4.6.5",
"@types/chokidar": "2.1.3",
"@types/clean-webpack-plugin": "0.1.3",
"@types/fork-ts-checker-webpack-plugin": "0.4.5",
"@types/google.analytics": "0.0.39",
"@types/hard-source-webpack-plugin": "1.0.0",
"@types/html-webpack-plugin": "3.2.0",
"@types/lodash-es": "4.17.3",
"@types/md5": "2.1.33",
"@types/mini-css-extract-plugin": "0.2.0",
"@types/node": "11.11.7",
"@types/node-sass": "4.11.0",
"@types/optimize-css-assets-webpack-plugin": "1.3.4",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/react-svg": "5.0.0",
"@types/sha1": "1.1.1",
"@types/uglifyjs-webpack-plugin": "1.1.0",
"@types/webpack-dev-server": "3.1.4",
"@types/webpack-env": "1.13.9",
"@types/webpack-merge": "4.1.3",
"@types/ws": "6.0.1",
"chokidar": "2.1.5",
"clean-webpack-plugin": "2.0.1",
"css-loader": "2.1.1",
"file-loader": "3.0.1",
"fork-ts-checker-webpack-plugin": "1.0.0",
"happypack": "5.0.1",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "3.2.0",
"lodash-es": "4.17.11",
"md5": "2.2.1",
"mime": "2.4.0",
"mini-css-extract-plugin": "0.5.0",
"mobx": "5.9.0",
"mobx-react": "5.4.3",
"mobx-utils": "5.2.0",
"node-sass": "4.11.0",
"on-build-webpack": "0.1.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"react": "16.8.5",
"react-dom": "16.8.5",
"sass-loader": "7.1.0",
"sentry-api": "0.1.1",
"sha1": "1.1.1",
"speed-date": "1.0.0",
"string-replace-loader": "2.1.1",
"style-loader": "0.23.1",
"svg-inline-loader": "0.8.0",
"ts-loader": "5.3.3",
"ts-node": "8.0.3",
"tslib": "1.9.3",
"tslint": "5.14.0",
"tslint-config-prettier": "1.18.0",
"tslint-consistent-codestyle": "1.15.1",
"tslint-eslint-rules": "5.4.0",
"tslint-loader": "3.5.4",
"tslint-microsoft-contrib": "6.1.0",
"tslint-misc-rules": "3.5.1",
"tslint-react": "3.6.0",
"typed-css-modules": "0.4.2",
"typescript": "3.3.4000",
"uglifyjs-webpack-plugin": "2.1.2",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.2.1",
"ws": "6.2.0"
},
"sideEffects": false
}