forked from getsentry/develop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.64 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
{
"name": "sentry-docs-develop",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/getsentry/develop.git"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^v1.6.22",
"@sentry-internal/global-search": "0.0.43",
"@sentry/gatsby": "^7.30.0",
"@sentry/node": "^7.30.0",
"@sentry/profiling-node": "^0.0.12",
"@sentry/tracing": "^7.30.0",
"@sentry/webpack-plugin": "^1.20.0",
"@types/dompurify": "^2.0.3",
"@types/node": "^14",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-select": "^3.0.19",
"@untitaker/quicktype-core-with-markdown": "^6.0.69",
"bootstrap": "4.3.1",
"copy-to-clipboard": "^3.3.1",
"dompurify": "^2.0.17",
"dotenv": "^8.2.0",
"gatsby": "^2.32",
"gatsby-image": "^2.4.3",
"gatsby-plugin-algolia": "^0.11.2",
"gatsby-plugin-google-gtag": "^2.1.11",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-plugin-zeit-now": "^0.3.0",
"gatsby-remark-autolink-headers": "^2.3.1",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-images": "^3.3.1",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-remark": "^2.8.7",
"prismjs": "^1.27.0",
"react": "^16.13.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^5.2.1",
"remark-deflist": "^0.2.1",
"sass": "^1.57.0",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"init": "cp .env.example .env.development && yarn install",
"prestart": "gatsby clean",
"start": "yarn run develop",
"format": "prettier --ignore-path .gitignore --write \"**/*.{js,ts,jsx,tsx}\"",
"test": "GATSBY_ENV=test gatsby build"
},
"devDependencies": {
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.4.1",
"babel-preset-gatsby-package": "^0.4.1",
"gh-pages": "^2.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-environment-jsdom-fourteen": "^1.0.1",
"prettier": "2.7.1",
"react-test-renderer": "^16.13.1"
},
"volta": {
"node": "16.16.0",
"yarn": "1.22.5"
}
}