generated from toitware/web-gatsby-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 3.1 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "web-docs",
"version": "0.1.0",
"private": true,
"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"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@fontsource/roboto": "^4.2.2",
"@fontsource/roboto-mono": "^4.2.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mui/material": "^5.2.0",
"@raae/gatsby-remark-oembed": "^0.1.1",
"@svgr/webpack": "^5.5.0",
"@toitware/code-block": "^0.4.1",
"@toitware/cookie-consent": "^0.2.0",
"@types/color": "^3.0.1",
"@types/flexsearch": "^0.7.2",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^16.11.7",
"@types/reach__router": "^1.3.8",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-helmet": "^6.1.0",
"@types/segment-analytics": "^0.0.33",
"clsx": "^1.1.1",
"color": "^3.1.3",
"flexsearch": "^0.7.21",
"gatsby": "^3.1.0",
"gatsby-plugin-layout": "^2.7.1",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-material-ui": "^4.0.2",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-page-creator": "^3.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-segment-js": "^3.6.1",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-svgr-svgo": "^1.2.0",
"gatsby-plugin-typescript": "^3.1.0",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-remark-autolink-headers": "^3.2.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-remark": "^4.11.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"sharp": "^0.32.6",
"typescript": "^4.2.3",
"webpack": "^5.76.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.0",
"@types/jest": "^26.0.21",
"@types/js-yaml": "^4.0.4",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.2",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-remove-trailing-slashes": "^3.7.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"js-yaml": "^4.1.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.3",
"ts-node": "^10.4.0"
}
}