-
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": "@livesession/gatsby-plugin-livesession",
"version": "1.0.2",
"description": "Integrate LiveSession with Gatsby!",
"keywords": [
"gatsby",
"gatsby-plugin",
"livesession",
"plugin livesession",
"ls"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"prepare": "cross-env NODE_ENV=production npm run build",
"lint": "eslint --ext js ./ --cache",
"format": "prettier --write 'src/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livesession/gatsby-plugin-livesession.git"
},
"author": "LiveSession <hello@livesession.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/livesession/gatsby-plugin-livesession/issues"
},
"homepage": "https://livesession.io/",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby-package": "^0.3.1",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"prettier": "^2.0.4"
},
"dependencies": {
"@babel/runtime": "^7.9.2"
},
"peerDependencies": {
"gatsby": "^2.0.0"
}
}