-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 906 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "hamlet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "hamlet --mode production --watch",
"build": "hamlet --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkreations/hamlet.git"
},
"author": "zkreations <[email protected]> (https://zkreations.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zkreations/hamlet/issues"
},
"homepage": "https://github.com/zkreations/hamlet#readme",
"dependencies": {
"hamlet-builder": "^1.0.4"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0"
},
"theme": {
"name": "Hamlet",
"version": "1.0.0",
"license": "MIT"
},
"browserslist": [
">= 1%",
"last 2 major versions",
"not dead",
"not edge <= 18",
"not ie <= 11"
]
}