-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.7 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
82
{
"name": "typoniels-techradar",
"private": true,
"version": "2.0.0",
"description": "Technologie-Radar von Niels Langlotz",
"main": "index.js",
"author": "TYPONiels <[email protected]>",
"homepage": "https://radar.niels-langlotz.com",
"license": "MIT",
"repository": {
"type": "https",
"url": "https://www.halle-development.com/n3/techradar.git"
},
"bugs": {
"url": "https://www.halle-development.com/n3/techradar/-/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -p 5000",
"network": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -p 5000 -H 192.168.178.129",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"cypress": "./node_modules/.bin/cypress open"
},
"dependencies": {
"@fika/gatsby-source-cockpit": "^1.1.2",
"@fortawesome/fontawesome-free": "^5.15.2",
"@tailwindcss/forms": "^0.2.1",
"autoprefixer": "^10.2.3",
"classnames": "2.2.5",
"gatsby": "^2.31.1",
"gatsby-cli": "^2.18.0",
"gatsby-image": "^2.10.0",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-load-script": "^1.1.0",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-sass": "^3.1.0",
"gatsby-plugin-sharp": "^2.13.2",
"gatsby-plugin-typography": "^2.11.0",
"gatsby-plugin-zopfli": "^2.0.0",
"gatsby-remark-copy-linked-files": "^2.9.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.10.0",
"gatsby-remark-responsive-iframe": "^2.10.0",
"gatsby-remark-smartypants": "^2.9.0",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-transformer-remark": "^2.15.0",
"gatsby-transformer-sharp": "^2.11.0",
"history": "4.5.1",
"moment": "^2.29.1",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"postcss-color-function": "^4.1.0",
"postcss-css-variables": "^0.17.0",
"postcss-custom-media": "^7.0.8",
"postcss-easy-import": "2.0.0",
"postcss-nested": "^5.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.2.1",
"react-typography": "^0.16.19",
"redux": "3.6.0",
"sass": "^1.32.5",
"tailwindcss": "^2.1.4",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75",
"typography": "^0.16.19"
},
"devDependencies": {
"cypress": "^7.5.0",
"prettier": "2.0.5"
}
}