-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
51 lines (51 loc) · 1.35 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
48
49
50
51
{
"name": "slack-list",
"version": "2.0.0",
"description": "A list of Slack networks sorted by location.",
"main": "index.html",
"scripts": {
"test": "yarn develop & cypress run",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"src/**/*.js\"",
"snyk-protect": "snyk-protect",
"start": "serve public --listen 8000",
"prepare": "yarn run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itzsaga/slack-list.git"
},
"keywords": [
"slack"
],
"author": "Seth Alexander",
"license": "MIT",
"bugs": {
"url": "https://github.com/itzsaga/slack-list/issues"
},
"homepage": "https://github.com/itzsaga/slack-list#readme",
"dependencies": {
"@snyk/protect": "^1.1194.0",
"bulma": "^1.0.0",
"font-awesome": "^4.7.0",
"gatsby": "^5.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.55.0"
},
"devDependencies": {
"cypress": "13.16.0",
"prettier": "3.3.3",
"serve": "14.2.4"
},
"snyk": true,
"packageManager": "[email protected]"
}