-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
79 lines (79 loc) · 2.58 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
{
"name": "homepage",
"version": "1.0.0",
"private": true,
"description": "homepage",
"author": "HTMLhead",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --config ./scripts/jest/jest.config.js",
"test:w": "jest --config ./scripts/jest/jest.config.js --watch",
"storybook": "NODE_PATH=src start-storybook -p 3001 -c .storybook -s src",
"build-storybook": "NODE_ENV=test NODE_PATH=src build-storybook -s src"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.13.0",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-page-creator": "^4.15.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.13.0",
"gatsby-plugin-styled-components": "^5.13.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5",
"swiper": "^6.8.4"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "0.0.11",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/mdx": "^2.0.2",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.29",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.25",
"babel-jest": "^28.0.2",
"babel-loader": "^8.2.5",
"babel-preset-gatsby": "^2.13.0",
"chromatic": "^6.5.4",
"gatsby-plugin-root-import": "^2.0.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.0.2",
"jest-environment-jsdom": "^28.0.2",
"prettier": "^2.6.2",
"react-test-renderer": "^18.1.0",
"storybook-addon-gatsby": "0.0.5",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}