-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.06 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
{
"name": "planex-site",
"private": true,
"description": "The octue website frontend",
"version": "0.1.6",
"author": "Tom Clark <tom@octue.com>",
"dependencies": {
"@fontsource/open-sans": "^4.5.5",
"@fontsource/work-sans": "^4.5.5",
"@hookform/resolvers": "^1.3.5",
"@hookstate/core": "^3.0.6",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@react-hook/window-scroll": "^1.3.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"gatsby": "^4.2.0",
"gatsby-background-image": "^1.4.1",
"gatsby-plugin-gatsby-cloud": "^4.2.0",
"gatsby-plugin-google-gtag": "^4.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"gatsby-source-datocms": "^3.0.10",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"gbimage-bridge": "^0.1.4",
"graphql": "^15.4.0",
"notistack": "^1.0.5",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"query-string": "^6.14.1",
"react": "^16.12.0",
"react-balance-text": "^2.0.1",
"react-datocms": "^3.0.9",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-hexagon": "^1.1.3",
"react-hook-form": "^6.15.4",
"react-icons": "^4.2.0",
"react-perfect-scrollbar": "^1.5.8",
"react-slick": "^0.29.0",
"react-twitter-embed": "^3.0.3",
"slick-carousel": "^1.8.1",
"typescript": "^4.1.3",
"webpack": "^5.24.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-react": "^7.16.0",
"@harelpls/storybook-addon-materialui": "^2.0.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-controls": "^6.1.17",
"@storybook/addon-docs": "^6.1.17",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.12",
"@welldone-software/why-did-you-render": "^6.2.3",
"axios-mock-adapter": "^1.19.0",
"babel-loader": "^8.2.3",
"chromatic": "^5.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-storybook": "^0.4.1",
"prettier": "2.2.1"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"start": "gatsby develop",
"storybook": "start-storybook -s ./src/assets -p 6006",
"build-storybook": "build-storybook -s ./src/assets"
},
"repository": {
"type": "git",
"url": "https://github.com/octue/planex-site"
},
"bugs": {
"url": "https://github.com/octue/planex-site/issues"
}
}