-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 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
85
{
"name": "@dadoagency/contentful-gatsby-components",
"version": "5.0.6",
"main": "index.js",
"author": "dado",
"private": false,
"dependencies": {
"@babel/runtime": "^7.9.6",
"@contentful/rich-text-react-renderer": "^14.1.1",
"@contentful/rich-text-types": "^14.1.1",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-transformer-sharp": "^2.5.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-responsive": "^8.1.0",
"react-simple-maps": "^2.1.2",
"react-slick": "^0.27.1",
"styled-components": "^5.1.1"
},
"peerDependencies": {
"gatsby": "^2.24.2",
"gatsby-image": "^2.4.13",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@storybook/addon-a11y": "^6.0.21",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-controls": "^6.0.21",
"@storybook/addon-docs": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/addon-storyshots": "^6.0.21",
"@storybook/addon-storysource": "^6.0.21",
"@storybook/addon-viewport": "^6.0.21",
"@storybook/addons": "^6.0.21",
"@storybook/react": "^6.0.21",
"@testing-library/react": "^9.5.0",
"auto": "^9.52.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-remove-graphql-queries": "^2.9.17",
"babel-preset-gatsby": "^0.5.6",
"babel-preset-gatsby-package": "^0.4.2",
"babel-preset-react-app": "^9.1.2",
"chromatic": "^5.1.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.1",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"gatsby": "^2.24.47",
"gatsby-image": "^2.4.13",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"node-sass": "^4.14.1",
"react-helmet": "^6.1.0",
"react-test-renderer": "^16.13.1",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.0"
},
"keywords": [
"gatsby"
],
"publishConfig": {
"registry": "http://registry.npmjs.org",
"access": "public"
},
"scripts": {
"build": "webpack --mode=production",
"watch-yalc": "nodemon -x 'yalc push --changed'",
"storybook": "NODE_ENV=test start-storybook -s public -p 6006",
"build-storybook": "NODE_ENV=test build-storybook -s public",
"test": "jest",
"release": "auto shipit"
}
}