-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 KB
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
52
53
54
55
56
{
"name": "wordtoken",
"private": true,
"description": "The website to WordToken.com",
"version": "0.1.0",
"author": "@sirlemuel",
"dependencies": {
"@material-ui/core": "^4.9.5",
"babel-plugin-styled-components": "^1.10.7",
"dotenv": "^8.2.0",
"gatsby": "^2.19.32",
"gatsby-image": "^2.2.43",
"gatsby-plugin-manifest": "^2.2.44",
"gatsby-plugin-offline": "^3.0.37",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-source-filesystem": "^2.1.50",
"gatsby-source-ghost": "^4.0.4",
"gatsby-transformer-remark": "^2.6.55",
"gatsby-transformer-sharp": "^2.3.17",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1",
"url-parse": "^1.4.7"
},
"devDependencies": {
"gatsby-plugin-root-import": "^2.0.5",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-default.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-default#readme",
"main": "gatsby-browser.js"
}