-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.27 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.27 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
99
100
101
102
103
104
105
{
"name": "toit.io",
"version": "1.0.0",
"private": true,
"description": "toit.io webpage",
"author": "Jesper Lindstrøm",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint '**/*.{js,ts,tsx}' --max-warnings=0",
"test": "jest",
"test:ci": "jest --ci --coverage --coverageDirectory=coverage"
},
"types": "src/@types/index.d.ts",
"dependencies": {
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@fontsource/roboto": "^4.5.1",
"@fontsource/roboto-mono": "^4.5.0",
"@gatsbyjs/reach-router": "^1.3.6",
"@material-ui/core": "^4.12.3",
"@material-ui/styles": "^4.11.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.10.2",
"@svgr/webpack": "^5.5.0",
"@types/color": "^3.0.2",
"@types/js-cookie": "^3.0.1",
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^17.0.36",
"@types/react-helmet": "^6.1.4",
"@types/segment-analytics": "^0.0.34",
"clsx": "^1.1.1",
"codemirror-node": "^1.0.1",
"color": "^4.0.1",
"emotion": "^11.0.0",
"formik": "^2.2.9",
"framer-motion": "^5.3.1",
"gatsby": "^4.2.0",
"gatsby-link": "^4.2.0",
"gatsby-plugin-emotion": "^7.2.0",
"gatsby-plugin-gdpr-cookies": "^2.0.8",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-segment-js": "^3.7.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.2.0",
"gatsby-plugin-svgr-svgo": "^1.1.0",
"gatsby-plugin-typescript": "^4.2.0",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-react-router-scroll": "^5.2.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-sharp": "^4.2.0",
"js-cookie": "^3.0.1",
"rc-slider": "^9.7.4",
"react": "17.0.2",
"react-codemirror2": "^7.2.1",
"react-cookie": "^4.1.1",
"react-cool-inview": "^2.0.8",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-lazy-load-image-component": "^1.5.1",
"react-popper": "^2.2.5",
"rive-react": "^0.0.26",
"typescript": "^4.5.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-jest": "^27.3.1",
"babel-preset-gatsby": "^2.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby-plugin-eslint": "^4.0.2",
"gatsby-plugin-offline": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7"
},
"resolutions": {
"**/react": "17.0.2",
"**/react-dom": "17.0.2"
}
}