-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.85 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.85 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "gongbaodd.github.io",
"private": true,
"description": "宫不上叔-jj向上的中华田园仔",
"version": "0.1.0",
"author": "MiaTakeshi <gongbaodd@qq.com>",
"bugs": {
"url": "https://github.com/gongbaodd/gongbaodd.github.io/issues"
},
"devDependencies": {
"commitizen": "^4.3.0",
"emoji-cz": "0.3.1",
"gh-pages": "4.0.0",
"gray-matter": "^4.0.3",
"husky": "8.0.1",
"lint-staged": "12.5.0",
"node-vibrant": "^4.0.3",
"path": "^0.12.7",
"potrace": "^2.1.8",
"prettier": "2.6.2",
"sharp": "^0.34.3",
"url": "^0.11.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js(x)|*.json|*.ts(x)|*.markdown|*.md": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "emoji-cz"
}
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src --ext=ts,js,tsx --fix",
"commit": "git-cz",
"test": "echo \"no test needed\" && exit 0",
"build": "sh ./scripts/generate.sh",
"doc:prepare": "node scripts/prepare.mjs",
"fetch:podcast": "node scripts/fetch-podcast.mjs"
},
"dependencies": {
"@musical-sniffle/sobel-edge-detection": "1.0.0-beta.1",
"chroma-js": "^3.1.2",
"cities.json": "^1.1.50",
"dotenv": "^17.2.1",
"fast-glob": "^3.3.3",
"grey-matter": "^0.0.0",
"iso-3166-1": "^2.1.1",
"xml2js": "^0.6.2"
}
}