-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.05 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
{
"name": "couper.io",
"version": "1.0.0",
"private": true,
"description": "couper.io",
"author": "Couper",
"keywords": [
"gatsby"
],
"browserslist": [
"IE 11",
">0.25%",
"not dead"
],
"scripts": {
"build": "gatsby build --verbose",
"serve": "gatsby serve",
"clean": "gatsby clean",
"start": "gatsby develop",
"develop": "gatsby develop --host 0.0.0.0",
"storybook": "start-storybook -p 4006",
"build-storybook": "build-storybook",
"ci-test": "cd ./e2e && npm ci && npm run ci-e2e"
},
"dependencies": {
"axios": "^0.27.2",
"gatsby": "^5.2.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-gtag": "^5.2.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-layout": "^4.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-plugin-sitemap": "^6.2.0",
"gatsby-plugin-styled-components": "^6.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"babel-loader": "^9.1.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^4.9.3",
"postcss": "^8.4.19",
"webpack": "^5.75.0"
}
}