forked from airmash-refugees/airmash-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 820 Bytes
/
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
{
"name": "airmash-frontend",
"version": "2.0.8",
"description": "",
"private": true,
"scripts": {
"build": "node src/update-version ; node src/update-games-data ; patch-package ; webpack"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.2.0",
"howler": "2.0.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "3.5.0",
"js-cookie": "2.2.0",
"nipplejs": "0.6.7",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"patch-package": "^6.2.0",
"perfect-scrollbar": "0.8.0",
"pixi.js": "4.5.6",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}