-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 902 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
{
"name": "gatsby-plugin-web-vitals",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bejamas/gatsby-plugin-web-vitals.git"
},
"author": "Thom Krupa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bejamas/gatsby-plugin-web-vitals/issues"
},
"homepage": "https://github.com/bejamas/gatsby-plugin-web-vitals#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"web-vitals": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"babel-preset-gatsby-package": "^0.4.1",
"cross-env": "^7.0.2"
}
}