generated from centria/databases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"eslint": "eslint \"./**/*.{js,jsx}\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"update-template": "update-template https://github.com/centria/template"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.1.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/prism": "^0.11.3",
"gatsby": "^3.14.6",
"gatsby-plugin-emotion": "^6.4.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-theme-ui": "^0.11.1",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-sharp": "^3.14.0",
"lodash": "^4.17.21",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"theme-ui": "^0.11.1",
"update-template": "^1.3.1"
},
"devDependencies": {
"eslint-plugin-jest": "^24.3.6",
"prettier": "2.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}