-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.5 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
73
74
75
76
77
78
79
80
81
{
"name": "developapa",
"private": true,
"description": "Personal blog",
"version": "0.1.0",
"author": "Nicolas Gehlert <[email protected]>",
"bugs": {
"url": "https://github.com/ngehlert/developapa/issues"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@sindresorhus/slugify": "1.1.2",
"array-flat-polyfill": "1.0.1",
"axios": "0.26.1",
"babel-plugin-styled-components": "2.0.6",
"gatsby": "4.24.8",
"gatsby-image": "3.11.0",
"gatsby-plugin-feed": "4.12.1",
"gatsby-plugin-manifest": "4.12.1",
"gatsby-plugin-material-ui": "4.1.0",
"gatsby-plugin-netlify": "4.3.0",
"gatsby-plugin-react-helmet": "5.12.1",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-sentry": "1.0.1",
"gatsby-plugin-sharp": "4.25.0",
"gatsby-plugin-simple-analytics": "1.0.4",
"gatsby-plugin-styled-components": "5.10.0",
"gatsby-plugin-typography": "4.12.1",
"gatsby-remark-autolink-headers": "5.12.1",
"gatsby-remark-copy-linked-files": "5.12.1",
"gatsby-remark-images": "6.12.1",
"gatsby-remark-prismjs": "6.12.1",
"gatsby-remark-responsive-iframe": "5.12.1",
"gatsby-remark-smartypants": "5.12.1",
"gatsby-source-filesystem": "4.12.1",
"gatsby-transformer-remark": "5.25.1",
"gatsby-transformer-sharp": "4.12.1",
"prismjs": "1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-tagcloud": "2.2.0",
"react-typography": "0.16.20",
"styled-components": "5.3.5",
"typeface-merriweather": "1.1.13",
"typeface-poiret-one": "1.1.13",
"typeface-roboto": "1.1.13",
"typescript": "4.6.3",
"typography": "0.16.21",
"typography-theme-wordpress-2016": "0.16.19"
},
"devDependencies": {
"clear": "0.1.0",
"dotenv": "16.0.0",
"handlebars": "4.7.7",
"netlify": "12.0.0",
"prettier": "2.6.1",
"prompt": "1.2.2"
},
"homepage": "https://github.com/ngehlert/developapa/blob/master/README.md",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/ngehlert/developapa.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx} *.js",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}
}