generated from peacefulcraft-network/Mithril-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "peacefulcraftnetwork",
"version": "0.0.1",
"description": "PeacefulCraft Network Main Website",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev:lint": "eslint src/**/*.js --fix",
"dev:stylelint": "stylelint src/**/*.css --fix",
"dev:start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peacefulcraft-network/peacefulcraft.net.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/peacefulcraft-network/peacefulcraft.net/issues"
},
"homepage": "https://peacefulcraft.net",
"dependencies": {
"mithril": "^2.0.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^4.5.2",
"style-loader": "^1.3.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.2.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0",
"webpack-dev-server": "^4.11.1"
}
}