-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
32
33
34
35
36
37
38
39
{
"name": "telemetry",
"private": true,
"description": "A helper for anonymous tracking of Craft CMS plugin usage",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "yarn install && gatsby develop",
"start": "yarn develop",
"serve": "yarn install && gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.17.11",
"gatsby-plugin-react-helmet": "^3.1.15",
"gatsby-plugin-sass": "^2.1.23",
"gatsby-source-pg": "^0.1.4",
"node-sass": "^4.13.0",
"react": "^16.11.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ethercreative/telemetry"
},
"bugs": {
"url": "https://github.com/ethercreative/telemetry/issues"
},
"resolutions": {
"react-helmet/react-side-effect": "2.1.0"
}
}