-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.6 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
83
84
{
"name": "jenyus-org-landing-page",
"version": "1.0.0",
"private": true,
"description": "Jenyus Org landing page built with Gatsby.",
"contributors": [
"Dominik Berger (https://doemuulive-56e78.web.app/)",
"RaviAnand Mohabir <[email protected]> (https://ravianand.web.app)"
],
"keywords": [
"switzerland",
"developer",
"full-stack",
"frontend",
"backend",
"react",
"nodejs",
"csharp"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"prebuild": "npm run build:tailwind",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"build:tailwind": "cross-env NODE_ENV=production postcss build src/styles/tailwind.css -o static/styles/tailwind.css"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^2.5.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@researchgate/react-intersection-observer": "^1.3.5",
"clsx": "^1.1.1",
"dotenv": "^8.2.0",
"firebase": "^8.2.6",
"fontsource-maven-pro": "^4.0.0",
"fontsource-russo-one": "^4.0.0",
"framer-motion": "^3.3.0",
"gatsby": "^2.31.1",
"gatsby-image": "^2.11.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-gtag": "^3.0.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-mdx": "^1.10.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-remark-highlight-code": "^2.2.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^2.12.0",
"postcss": "^8.2.5",
"query-string": "^6.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"sass": "^1.32.6"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-cli": "^8.3.1",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.2"
}
}