-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "wg-forge-js-welcome",
"version": "1.0.0",
"description": "Starter project for test task Wargaming Forge JS",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --mode development --hot --colors --progress",
"build": "webpack --mode production --colors --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artur-code/wg-forge-js-welcome.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/artur-code/wg-forge-js-welcome/issues"
},
"homepage": "https://github.com/artur-code/wg-forge-js-welcome#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"express": "4.17.1",
"html-webpack-plugin": "3.2.0",
"val-loader": "^4.0.0",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
},
"dependencies": {
"xss": "^1.0.9"
}
}