-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "gatsby-plugin-crisp-chat",
"version": "3.2.2",
"description": "Gatsby plugin to add Crisp Livechat to your site",
"keywords": [
"gatsby",
"gatsby-plugin",
"crisp chat"
],
"homepage": "https://github.com/ryanditjia/gatsby-plugin-crisp-chat#readme",
"bugs": "https://github.com/ryanditjia/gatsby-plugin-crisp-chat/issues",
"license": "MIT",
"author": "Ryandi Tjia <[email protected]> (https://artycurate.com)",
"repository": {
"type": "git",
"url": "https://github.com/ryanditjia/gatsby-plugin-crisp-chat.git"
},
"scripts": {
"build": "babel src --out-dir .",
"prepare": "npm run build",
"lint": "eslint ./src --ext .js",
"format": "prettier --write \"src/**/*.js\""
},
"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"
},
"dependencies": {}
}