-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 3 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
{
"name": "beskydske-tury",
"private": true,
"description": "Beskydske tury website.",
"version": "0.1",
"author": "Sarka Chwastkova <[email protected]>",
"dependencies": {
"@apollo/client": "^3.8.7",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-hook/window-size": "^3.1.1",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addons": "^7.5.3",
"@storybook/react": "^7.5.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@types/storybook__addon-actions": "^5.2.1",
"@types/storybook__addon-links": "^5.2.1",
"@types/storybook__react": "^5.2.1",
"@types/styled-components": "^5.1.32",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^3.12.1",
"babel-preset-react-app": "^10.0.1",
"eslint-plugin-graphql": "^4.0.0",
"gatsby": "^5.12.11",
"gatsby-cli": "^5.12.4",
"gatsby-image": "^3.11.0",
"gatsby-plugin-create-client-paths": "^4.1.0",
"gatsby-plugin-extract-schema": "^0.2.2",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-plugin-typescript": "^5.12.1",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-source-strapi": "3.3.3",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.3",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-mapycz": "^1.2.1",
"react-refresh": "^0.14.0",
"react-scroll": "^1.9.0",
"react-test-renderer": "^18.2.0",
"styled-components": "^6.1.1",
"typescript": "^5.3.2"
},
"devDependencies": {
"enzyme": "^3.11.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"jest-enzyme": "^7.1.2",
"jest-styled-components": "^7.2.0",
"prettier": "3.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/sarkaaa/beskydske-tury"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}