-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "CoraLibre",
"description": "Eine transparente OpenSource-Lösung und Alternative zur Corona-Warn-App ohne Google Services.",
"version": "1.0",
"author": "Theodora Milona <putzelfutzel@gmx.net>",
"dependencies": {
"@reach/router": "^1.3.4",
"gatsby": "^2.23.1",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-i18next": "^0.0.27",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^2.3.3",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-source-filesystem": "^2.3.10",
"i18next": "^19.8.3",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.13.1",
"react-headroom": "^3.0.0",
"react-helmet": "^6.0.0",
"react-i18next": "^11.7.3",
"react-reveal": "^1.2.2",
"react-scrollspy": "^3.4.3"
},
"devDependencies": {},
"keywords": [
"gatsby",
"sass",
"scss"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"lint": "Get started linting your code with Eslint and stylelint",
"format": "Get started formatting your code with Eslint, Prettier, and stylelint",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo 'Write tests! -> https://gatsby.dev/unit-testing'"
},
"repository": {
"type": "git",
"url": "https://github.com/colbyfayock/gatsby-starter-sass"
},
"bugs": {
"url": "https://github.com/colbyfayock/gatsby-starter-sass/issues"
}
}