-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.61 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
{
"name": "junon",
"private": true,
"description": "Die offizielle Webseite des Jungen UNO Netzwerks Deutschland.",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.18.2",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^4.18.1",
"gatsby-plugin-offline": "^5.18.1",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.18.1",
"gatsby-plugin-styled-components": "^5.18.0",
"gatsby-remark-images": "^6.18.1",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-transformer-remark": "^5.18.1",
"gatsby-transformer-sharp": "^4.18.1",
"intersection-observer": "^0.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5",
"typeface-rubik": "1.1.13"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"gatsby-plugin-eslint": "^4.0.2",
"prettier": "^2.7.1",
"prop-types": "^15.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}