-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.92 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
57
58
59
60
61
62
63
64
{
"name": "sourcevortex-gatsby-template",
"private": false,
"description": "SourceVortex template",
"version": "0.1.0",
"author": "Carlos H. <chsjr1996@gmail.com>",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"babel-plugin-styled-components": "^1.10.7",
"dotenv": "^8.2.0",
"gatsby": "^3.0.4",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-image": "^1.0.1",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-wordpress": "^5.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"html-react-parser": "^0.14.0",
"moment": "^2.27.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-syntax-highlighter": "^13.5.3",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@types/react-helmet": "^6.0.0",
"@types/react-syntax-highlighter": "^11.0.5",
"@types/styled-components": "^5.1.1",
"prettier": "2.0.5"
},
"keywords": [
"gatsby",
"blog",
"markdown",
"react"
],
"license": "MIT",
"scripts": {
"build": "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"
},
"repository": {
"type": "git",
"url": "https://github.com/SourceVortex/sourcevortex-gatsby-template"
},
"bugs": {
"url": "https://github.com/SourceVortex/sourcevortex-gatsby-template/issues"
}
}