-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.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
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
{
"name": "timetoescape.sk",
"author": "DDeme",
"repository": "https://github.com/DDeme/timetoescape.sk.git",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"serve": "gatsby serve",
"clean": "gatsby clean",
"start": "yarn develop",
"develop": "yarn undraw && gatsby develop",
"build": "yarn undraw && gatsby build",
"type-check": "tsc --noEmit",
"deploy": "gh-pages -d public",
"storybook": "start-storybook -p 6006",
"undraw": "node ./node_modules/.bin/react-undraw-cli",
"build-storybook": "build-storybook",
"format": "npx prettier --write .",
"tsc": "tsc"
},
"broserlist": [
">0.25%, not dead and supports es6-module"
],
"dependencies": {
"@babel/core": "7.20.2",
"@emotion/react": "11.10.5",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"@fortawesome/free-regular-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@loadable/component": "5.15.2",
"@types/jest": "29.2.3",
"@types/react-helmet": "6.1.5",
"@types/react-leaflet": "2.8.2",
"@types/styled-components": "5.1.26",
"awesome-typescript-loader": "5.2.1",
"babel-loader": "9.1.0",
"date-fns": "2.29.3",
"gatsby": "5.2.0",
"gatsby-background-image": "1.6.0",
"gatsby-image": "3.11.0",
"gatsby-omni-font-loader": "2.0.2",
"gatsby-plugin-emotion": "8.2.0",
"gatsby-plugin-facebook-pixel": "1.0.8",
"gatsby-plugin-google-analytics": "5.2.0",
"gatsby-plugin-hotjar-tracking": "1.1.0",
"gatsby-plugin-image": "3.2.0",
"gatsby-plugin-offline": "6.2.0",
"gatsby-plugin-portal": "1.0.7",
"gatsby-plugin-purgecss": "6.1.2",
"gatsby-plugin-react-helmet": "6.2.0",
"gatsby-plugin-sharp": "5.2.0",
"gatsby-plugin-sitemap": "6.2.0",
"gatsby-plugin-styled-components": "6.2.0",
"gatsby-plugin-subfont": "5.2.0",
"gatsby-plugin-typescript": "5.2.0",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-source-filesystem": "5.2.0",
"gatsby-transformer-sharp": "5.2.0",
"gbimage-bridge": "0.2.2",
"leaflet": "1.9.2",
"lodash": "4.17.21",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-cookie-consent": "8.0.1",
"react-device-detect": "2.2.2",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-image-lightbox": "5.1.4",
"react-in-viewport": "1.0.0-alpha.28",
"react-leaflet": "4.1.0",
"react-star-ratings": "2.3.0",
"react-undraw": "2.0.3",
"react-use-dimensions": "1.2.1",
"react-video-cover": "1.2.2",
"sharp": "0.31.2",
"styled-components": "5.3.6",
"tailwindcss": "3.2.4",
"ts-jest": "29.0.3",
"ts-loader": "9.4.1",
"twin.macro": "3.0.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@storybook/addon-actions": "6.5.13",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-links": "6.5.13",
"@storybook/addons": "6.5.13",
"@storybook/react": "6.5.13",
"@types/loadable__component": "5.13.4",
"@types/react-anchor-link-smooth-scroll": "1.0.2",
"@types/react-star-ratings": "2.3.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.3.1",
"prettier": "2.8.1",
"react-docgen-typescript-loader": "3.7.2"
}
}