This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"private": true,
"homepage": "https://yuanshen.site/",
"author": "Kongying Tavern",
"license": "MulanPSL-1.0",
"scripts": {
"dev": "npx http-server Yuanshenditu -p 0 -c 0",
"envinfo": "npx envinfo --npmPackages --system --browsers --binaries --duplicates",
"commit": "npx git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prettier": "prettier --write ./Yuanshenditu",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kongying-tavern/yuan-shen-map",
"branch": "master"
},
"bugs": {
"url": "https://github.com/kongying-tavern/yuan-shen-map/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/genshinmap"
},
"prettier": "@kongying-tavern/prettier-config",
"lint-staged": {
"*.{html,js,ts,md,json,yml}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"last 10 Chrome versions",
"last 4 Firefox versions",
"last 3 Safari versions",
"not Safari 12",
"last 4 Edge versions",
"not Edge <= 18",
"Firefox ESR"
],
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@kongying-tavern/prettier-config": "^1.0.1-1",
"@types/geojson": "^7946.0.7",
"@types/jquery": "^3.5.3",
"@types/leaflet": "^1.5.19",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
"fs-extra": "latest",
"node-fetch": "latest",
"husky": "7.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2"
}
}