This repository was archived by the owner on May 21, 2021. It is now read-only.
forked from toxigeno/content
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.77 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.77 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gatsby-starter-default",
"engines": {
"node": "10.x"
},
"description": "BreatheCode's Content Platform",
"version": "0.0.1",
"author": "Alejandro Sanchez <aalejo@gmail.com>",
"dependencies": {
"@breathecode/ui-components": "^1.1.75",
"bootstrap": "^4.4.1",
"css-element-queries": "^1.2.3",
"gatsby": "^2.24.80",
"gatsby-link": "^2.2.28",
"gatsby-plugin-google-analytics": "^2.1.33",
"gatsby-plugin-google-tagmanager": "^2.1.24",
"gatsby-plugin-i18n": "^0.4.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-netlify": "^2.1.31",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-typography": "^2.3.21",
"gatsby-remark-autolink-headers": "^1.4.19",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-custom-blocks": "^2.1.24",
"gatsby-remark-emoji": "0.0.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^2.0.6",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.5.18",
"i18next": "^15.1.3",
"i18next-browser-languagedetector": "^3.1.1",
"i18next-xhr-backend": "^2.0.1",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-i18next": "^10.13.2",
"react-popover": "^0.5.10",
"react-typography": "^0.16.19",
"rehype-react": "^3.1.0",
"typography": "^0.16.19",
"typography-theme-alton": "^0.15.10",
"typography-theme-bootstrap": "^0.16.19",
"typography-theme-lawton": "^0.15.10",
"webshot": "^0.18.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run test && gatsby build --no-uglify",
"develop": "gatsby develop -p $PORT",
"start": "gatsby develop -p 3000",
"now-build": "npm run build && node generate-json.js",
"format": "prettier --write 'src/**/*.js'",
"test": "node src/test/test-lessons.js"
},
"devDependencies": {
"arg": "^4.1.3",
"axios": "^0.21.1",
"front-matter": "^3.2.1",
"gatsby-remark-copy-linked-files": "^2.3.19",
"image-scraper": "^0.2.1",
"markdown-it": "^8.4.2",
"markdown-it-fontawesome": "^0.3.0",
"mime-types": "^2.1.27",
"node-html-to-image": "^2.1.1",
"node-sass": "^4.13.1",
"precommit": "^1.2.2",
"prettier": "^1.19.1",
"puppeteer": "^3.1.0"
},
"precommit": [
"npm test"
],
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}