generated from openscript-ch/gatsby-starter-dogmatism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.33 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
{
"name": "openscript.ch",
"homepage": "https://github.com/openscript-ch/openscript.ch",
"private": true,
"description": "openscript GmbHs website",
"version": "0.2.0",
"author": "openscript",
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mdx-js/mdx": "3.0.1",
"@mdx-js/react": "3.0.1",
"embla-carousel-autoplay": "^8.0.0-rc17",
"embla-carousel-react": "^8.0.0-rc17",
"gatsby": "5.13.7",
"gatsby-plugin-catch-links": "5.13.1",
"gatsby-plugin-emotion": "8.13.1",
"gatsby-plugin-i18n-l10n": "5.6.3",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-mdx": "5.13.1",
"gatsby-plugin-offline": "6.13.3",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-remark-autolink-headers": "6.13.1",
"gatsby-remark-copy-linked-files": "6.13.2",
"gatsby-remark-images": "7.13.2",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "5.13.1",
"interweave": "^13.0.0",
"polished": "^4.2.2",
"react": "18.3.1",
"react-alternating-timeline": "^2.1.4",
"react-dom": "18.3.1",
"react-intl": "6.6.8",
"react-use": "^17.4.0",
"type-fest": "^4.9.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-typescript": "^7.22.5",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.11",
"@types/mdx": "^2.0.5",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-jest": "^29.6.1",
"babel-preset-gatsby": "^3.13.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-mdx": "^3.1.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"prettier": "3.3.3",
"svg-sprite": "^2.0.2",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"build:sprite": "svg-sprite -S --Ss sprite.svg --stack-dest . --Sx --stack-example-template content/images/sprite.json.mustache --stack-example-dest ../content/images/sprite.json -l verbose -D static content/images/*.svg",
"build:with-prefix": "gatsby build --prefix-paths",
"check:format": "eslint . --max-warnings 0",
"check:types": "tsc --noEmit",
"check:watch-types": "tsc --noEmit --watch",
"dev:test": "jest --watch",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"prestart": "yarn run build:sprite",
"prebuild": "yarn run build:sprite"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}