-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "michael-portfolio",
"private": true,
"description": "Portfolio of work by web / blockchain & financial advisor.",
"version": "0.2.0",
"author": "Michael Mueller | [email protected]",
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-gatsby": "^0.11.0",
"dotenv": "^8.2.0",
"gatsby": "^2.24.11",
"gatsby-plugin-emotion": "^5.1.0",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-no-javascript": "^2.0.5",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-webfonts": "^1.1.3",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-source-prismic": "^3.3.1",
"html-react-parser": "^1.1.1",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "6.1.0"
},
"devDependencies": {
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.18",
"prettier": "^2.2.1"
},
"keywords": [
"gatsby",
"prismic",
"blog",
"portfolio"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"refresh": "curl -X POST http://localhost:8000/__refresh"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelsmueller/portfolio"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"gatsby-source-graphql-universal": "3.3.0"
}
}