-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.12 KB
/
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
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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"autoprefixer": "^10.2.5",
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-gatsby": "^1.1.0",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"gatsby": "^3.1.1",
"gatsby-image": "^3.1.0",
"gatsby-plugin-graphql-codegen": "^2.7.1",
"gatsby-plugin-image": "^1.1.1",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-postcss": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.1",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-source-wordpress": "^5.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"postcss": "^8.2.8",
"postcss-custom-properties": "^11.0.0",
"prism-themes": "^1.6.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-load-script": "^0.0.6",
"tailwind-theme-switcher": "^1.0.2",
"vegemite": "^1.0.0"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/node": "^14.14.35",
"@types/prismjs": "^1.16.3",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.0",
"gatsby-plugin-root-import": "^2.0.6",
"postcss-nested": "^5.0.5",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"tailwindcss": "^2.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,tsx,ts}\"",
"start": "npm run develop",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}