generated from LekoArts/gatsby-starter-portfolio-emilia
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.92 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "gatsby-starter-portfolio-emilia",
"description": "Dark themed, image-heavy portfolio. Page transitions & animations. Big images & gatsby-mdx.",
"version": "3.0.0",
"author": "LekoArts <[email protected]> (https://www.lekoarts.de)",
"scripts": {
"develop": "gatsby develop",
"dev": "gatsby develop -o",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:fix": "eslint . --ext .js,.jsx --fix --ignore-path .gitignore",
"format": "prettier \"**/*.{md,mdx} \" --write",
"lint:ci": "yarn lint --format junit -o results/eslint/result.xml",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:ci": "cypress run --browser chrome --reporter junit --reporter-options 'mochaFile=results/cypress/result.xml'",
"test:e2e:dev": "cross-env CYPRESS_SUPPORT=y start-server-and-test dev http://localhost:8000 cy:open",
"test:e2e:run": "cross-env CYPRESS_SUPPORT=y start-server-and-test develop http://localhost:8000 cy:run",
"test:e2e:ci": "cross-env CYPRESS_SUPPORT=y start-server-and-test develop http://localhost:8000 cy:run:ci"
},
"dependencies": {
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@mdx-js/mdx": "^1.1.5",
"@mdx-js/react": "^1.1.5",
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.13.25",
"gatsby-image": "^2.2.8",
"gatsby-plugin-google-analytics": "^2.1.6",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-intl": "^0.3.1",
"gatsby-plugin-lodash": "^3.1.2",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.22",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-sitemap": "^2.2.5",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.2.5",
"i18next": "^19.0.0",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"intl": "^1.2.5",
"lodash": "^4.17.15",
"netlify-lambda": "^1.6.3",
"polished": "^3.4.1",
"prop-types": "^15.7.2",
"ptz-i18n": "^1.0.0",
"react": "^16.8.6",
"react-awesome-slider": "^2.3.0",
"react-dom": "^16.8.6",
"react-google-recaptcha": "^2.0.1",
"react-helmet": "^5.2.1",
"react-i18next": "^11.2.1",
"react-image-gallery": "^0.9.1",
"react-intl": "^2.8.0",
"react-offcanvas": "^0.4.0",
"react-responsive-carousel": "^3.1.50",
"react-spring": "^8.0.27",
"react-use-clipboard": "0.2.0",
"styled-components": "^4.3.2",
"styled-theming": "^2.2.0",
"typeface-fira-sans": "^0.0.75",
"typeface-montserrat": "^0.0.75",
"uuid": "^3.3.3"
},
"devDependencies": {
"@testing-library/cypress": "^4.0.5",
"babel-eslint": "^10.0.2",
"cross-env": "^5.2.0",
"cypress": "^3.4.1",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"gatsby-cypress": "^0.2.3",
"prettier": "^1.18.2",
"sparkpost": "^2.1.4",
"start-server-and-test": "^1.9.1"
},
"homepage": "https://emilia.lekoarts.de",
"bugs": {
"url": "https://github.com/LekoArts/gatsby-starter-portfolio-emilia/issues"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-portfolio",
"lekoarts"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/LekoArts/gatsby-starter-portfolio-emilia.git"
}
}