-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 961 Bytes
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
{
"name": "blank",
"version": "1.0.0",
"description": "A blank starter theme for Blogger",
"type": "module",
"scripts": {
"dev": "hamlet --mode development --watch",
"start": "hamlet --mode production --watch",
"build": "hamlet --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkreations/blank.git"
},
"author": "zkreations <daniel@zkreations.com> (https://zkreations.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zkreations/blank/issues"
},
"homepage": "https://github.com/zkreations/blank#readme",
"dependencies": {
"hamlet-builder": "^1.0.45"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0"
},
"theme": {
"name": "Blank",
"version": "1.0.0",
"license": "MIT"
},
"browserslist": [
">= 1%",
"last 2 major versions",
"not dead",
"not edge <= 18",
"not ie <= 11"
]
}