-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "kcd-watches",
"version": "1.0.0",
"description": "Kingdom Come: Deliverance inspired watches",
"private": true,
"scripts": {
"start": "webpack-dev-server --env.mode=development",
"build": "webpack --env.mode=production --progress --profile --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/carbongo/kcd-watches.git"
},
"author": "George An. (https://github.com/carbongo)",
"license": "ISC",
"keywords": [
"kingdom come",
"henry",
"watches",
"replica",
"html",
"javascript",
"css"
],
"bugs": {
"url": "https://github.com/carbongo/kcd-watches/issues"
},
"homepage": "https://github.com/carbongo/kcd-watches#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"base64-inline-loader": "^1.1.1",
"css-loader": "^3.2.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {}
}