-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.23 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.23 KB
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
98
{
"name": "pavel-vondra-s-portfolio",
"version": "1.0.0",
"private": true,
"description": "pavel-vondra-s-portfolio",
"author": "Pavel Vondra",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"storybook": "NODE_ENV=production start-storybook -p 6006 -s static",
"build-storybook": "NODE_ENV=production build-storybook -s static",
"test": "jest --watchAll",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"@fontsource/libre-baskerville": "^4.5.8",
"@fontsource/montserrat": "^4.5.10",
"@fontsource/work-sans": "^4.5.10",
"@reach/router": "^1.3.4",
"@react-icons/all-files": "^4.1.0",
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"animejs": "^3.2.1",
"body-scroll-lock": "^4.0.0-beta.0",
"gatsby": "^4.20.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-netlify-cms": "^6.13.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-plugin-sitemap": "^5.13.0",
"gatsby-plugin-styled-components": "^5.13.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-sharp": "^4.15.0",
"gsap": "^3.10.4",
"netlify-cms-app": "^2.15.72",
"react": "^18.1.0",
"react-awesome-reveal": "^3.8.1",
"react-dom": "^18.1.0",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^3.2.0",
"styled-components": "^5.3.5",
"three": "^0.141.0",
"three-stdlib": "^2.10.1"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.18.6",
"@storybook/addon-actions": "^6.5.10",
"@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/addon-docs": "^6.5.6",
"@storybook/react": "^6.4.22",
"babel-plugin-styled-components": "^2.0.7",
"@storybook/testing-library": "^0.0.11",
"@testing-library/cypress": "^8.0.7",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/animejs": "^3.1.4",
"@types/body-scroll-lock": "^3.1.0",
"@types/jest": "^28.1.7",
"@types/node": "^17.0.31",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/react-test-renderer": "^18.0.0",
"cypress-real-events": "^1.7.4",
"@types/styled-components": "^5.1.25",
"@types/three": "^0.140.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-preset-gatsby": "^2.21.0",
"cypress": "^10.11.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"postcss": "^8.4.26",
"react-test-renderer": "^18.2.0",
"storybook-addon-gatsby": "^0.0.5",
"typescript": "^4.6.4"
}
}