-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1019 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
{
"name": "server-explorer",
"author": "Lucas Johnson <contact@lucasjohnson.co.nz> (https://lucasjohnson.co.nz/)",
"description": "Login to find a server near you!",
"homepage": "https://server-explorer.vercel.app",
"private": true,
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"gatsby": "^3.12.1",
"gatsby-plugin-sass": "^4.13.0",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"sass": "^1.39.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/lucasjohnson/server-explorer"
}
}