-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "gatsby-plugin-fonts-com",
"version": "1.3.2",
"description": "Gatsby plugin to add Fonts.com (by Monotype) webfont usage tracking to your site",
"keywords": [
"gatsby",
"gatsby-plugin",
"fonts",
"fonts-com",
"fonts-dot-com",
"monotype",
"webfont",
"tracking"
],
"homepage": "https://github.com/ryanditjia/gatsby-plugin-fonts-com#readme",
"bugs": "https://github.com/ryanditjia/gatsby-plugin-fonts-com/issues",
"license": "MIT",
"author": "Ryandi Tjia <[email protected]> (https://artycurate.com)",
"repository": {
"type": "git",
"url": "https://github.com/ryanditjia/gatsby-plugin-fonts-com.git"
},
"scripts": {
"build": "babel src --out-dir .",
"prepare": "npm run build",
"lint": "eslint ./src --ext .js",
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"eslint": "^6.6.0",
"eslint-config-ryanditjia": "^3.3.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"gatsby": "^1.0.0 || ^2.0.0 || ^2.0.0-alpha || ^2.0.0-beta"
},
"engines": {
"node": ">=6.0"
}
}