-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "gatsby-starter-elemental",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "2.1.2",
"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"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"gatsby": "^2.19.45",
"gatsby-image": "^2.3.1",
"gatsby-plugin-codegen": "^1.1.0",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-mdx": "^1.1.3",
"gatsby-plugin-postcss": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-typescript": "^2.4.0",
"gatsby-remark-images": "^3.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-helmet": "^5.2.1",
"react-scroll-into-view": "^1.8.2",
"tailwind-theme-switcher": "^1.0.2",
"tailwindcss": "^1.4.6",
"vegemite": "^1.0.0"
},
"devDependencies": {
"@babel/compat-data": "^7.10.1",
"@babel/core": "^7.10.2",
"@types/node": "^13.13.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^5.0.15",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"autoprefixer": "^9.8.0",
"cssnano": "^4.1.10",
"prettier": "^1.19.1",
"source-map-support": "^0.5.17",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"resolutions": {
"graphql": "^14.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}