-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1021 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
{
"name": "football-xtra",
"private": true,
"description": "Get Football stats from 93/94 season",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "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": {
"@material-ui/core": "^4.11.0",
"gatsby": "^2.24.91",
"gatsby-plugin-layout": "^1.3.13",
"gatsby-source-graphql": "^2.7.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-transition-group": "^4.4.1",
"react-waypoint": "^9.0.3"
},
"devDependencies": {
"prettier": "2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/NBNARADHYA/football-xtra-gatsby"
},
"bugs": {
"url": "https://github.com/NBNARADHYA/football-xtra-gatsby/issues"
}
}