-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 5.46 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"author": "Arena of Titans Team",
"dependencies": {
"@sentry/browser": "^5.11.1",
"@sentry/integrations": "^5.11.1",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-framework": "^1.3.1",
"aurelia-i18n": "^3.0.0-beta.7",
"aurelia-piwik": "^0.1.3",
"aurelia-router": "^1.7.1",
"aurelia-store": "^1.6.0",
"css-animation-sync": "^0.0.7",
"flexboxgrid": "^6.3.1",
"i18next": "^17.0.9",
"i18next-xhr-backend": "^3.1.1",
"intl": "^1.2.5",
"reconnectingwebsocket": "^1.0.0"
},
"description": "Fight to death in the arena",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"app-settings-loader": "^1.0.3",
"aurelia-cli": "^1.3.1",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^2.0.0",
"aurelia-template-lint": "^0.10.0",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.2",
"babel-jest": "^25.5.1",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^6.0.0",
"bluebird": "^3.5.5",
"browserslist": "^4.6.6",
"caniuse-db": "1.0.30000798",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"csv-parse": "^4.4.6",
"debounce": "^1.1.0",
"dotenv": "^4.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-prettier": "^3.1.2",
"esprima": "^4.0.1",
"expose-loader": "^0.7.5",
"file-loader": "^5.1.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-aurelia-template-lint": "^0.10.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"i18next-scanner": "^2.11.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^25.5.4",
"jest-cli": "^25.5.4",
"jest-localstorage-mock": "^2.4.0",
"jest-transform-stub": "^2.0.0",
"json-loader": "^0.5.7",
"json-stable-stringify": "^1.0.1",
"loggy": "^1.0.2",
"mini-css-extract-plugin": "^0.9.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"nps": "^5.9.5",
"nps-utils": "^1.7.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"request-promise": "^4.2.2",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"serviceworker-webpack-plugin": "^1.0.1",
"style-loader": "^1.1.3",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.21.0",
"through2": "^3.0.1",
"tree-kill": "^1.2.1",
"url": "^0.11.0",
"url-loader": "^3.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"engines": {
"node": ">=12.14.0"
},
"jest": {
"collectCoverageFrom": [
"app/**/*.js",
"!**/*.spec.js",
"!**/node_modules/**",
"!**/test/**"
],
"coverageDirectory": "<rootDir>/test/coverage-jest",
"coverageReporters": [
"json",
"lcov",
"text",
"html"
],
"moduleFileExtensions": [
"js",
"json"
],
"moduleNameMapper": {
"\\.(css|scss)$": "<rootDir>/test/__mocks__/styleMock.js",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|ogg)$": "<rootDir>/test/__mocks__/fileMock.js",
"^aurelia-binding$": "<rootDir>/node_modules/aurelia-binding"
},
"modulePaths": [
"<rootDir>/app",
"<rootDir>/node_modules"
],
"setupFiles": [
"<rootDir>/test/jest-pretest.js",
"jest-localstorage-mock"
],
"testEnvironment": "node",
"testRegex": "\\.spec\\.js$",
"transform": {
"^.+\\.(css|less|sass|scss|styl|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/fileMock.js",
"^.+\\.js$": "babel-jest"
}
},
"keywords": [
"game",
"board",
"titans",
"arena"
],
"license": "AGPL-3.0",
"name": "arena-of-titans",
"repository": {
"type": "git",
"url": "https://gitlab.com/arenaoftitans/arena-of-titans"
},
"scripts": {
"build:dev": "nps clean 'build.config --env dev' 'webpack.build --env.environment=dev'",
"lint": "nps lint",
"start": "nps clean 'build.config --env dev' webpack.devserver",
"test": "nps test",
"translate": "nps update.translations"
},
"version": "0.5.0"
}