-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "gatsby-portfolio-kreivi",
"private": true,
"version": "1.2.0",
"description": "Personal developer site.",
"author": "Severi Vidnäs <severi.vidnas@gmail.com>",
"license": "MIT",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"test": ""
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.8.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mui/material": "^5.13.7",
"@mui/styles": "^5.13.7",
"gatsby": "^4.25.5",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-netlify-cms": "^6.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^4.25.0",
"mdi-material-ui": "^7.7.0",
"netlify-cms-app": "^2.15.72",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.6",
"prettier": "^2.8.8"
},
"repository": {
"type": "git",
"url": "https://github.com/kreivi/kreivi.github.io"
},
"bugs": {
"url": "https://github.com/kreivi/kreivi.github.io/issues"
}
}