-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.72 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.72 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
{
"name": "kurl.sh",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "gatsby develop -p 8072",
"build-staging": "GATSBY_ACTIVE_ENV=staging gatsby build",
"build": "gatsby build",
"test": "jest"
},
"repository": "git@github.com:replicatedhq/kurl.sh.git",
"author": "Jelena <jelena.gruica@gmail.com>",
"license": "MIT",
"dependencies": {
"@bugsnag/js": "^8.6.0",
"@bugsnag/plugin-react": "^8.6.0",
"@docsearch/css": "^4.3.2",
"@docsearch/react": "4",
"@reach/router": "^1.3.4",
"classnames": "^2.2.6",
"gatsby": "^5.15.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-google-analytics": "^5.15.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "6.15.0",
"gatsby-plugin-sass": "6.15.0",
"gatsby-remark-autolink-headers": "6.15.0",
"gatsby-remark-mermaid": "^5.0.0",
"gatsby-source-filesystem": "^5.15.0",
"gatsby-transformer-remark": "6.15.0",
"json2yaml": "^1.1.0",
"lodash": "^4.18.0",
"monaco-editor": "^0.55.1",
"playwright": "^1.57.0",
"prop-types": "^15.7.2",
"query-string": "^9.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-github-button": "^0.1.11",
"react-helmet": "^6.1.0",
"react-modal": "^3.11.2",
"react-select": "^3.2.0",
"react-tooltip": "^5.30.0",
"semver": "^7.7.4"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.28.5",
"autoprefixer": "^10.4.24",
"babel-preset-gatsby": "^3.15.0",
"chai": "^4.3.6",
"dotenv": "^17.2.3",
"gatsby-cli": "5.15.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"sass": "^1.97.3"
},
"resolutions": {
"mkdirp": "^0.5.6",
"path-to-regexp": "^0.1.13",
"sharp": "^0.33.5",
"postcss": "^8.5.6",
"@expo/devcert/glob": "^10.5.0",
"@jest/reporters/glob": "^10.5.0",
"jest-config/glob": "^10.5.0",
"jest-runtime/glob": "^10.5.0",
"qs": "^6.14.2",
"on-headers": "^1.1.0",
"tmp": "^0.2.4",
"minimatch": "^9.0.7",
"flatted": "^3.4.2",
"serialize-javascript": "^7.0.3",
"socket.io-parser": "^4.2.6",
"multer": "^2.1.1",
"svgo": "^3.3.2",
"picomatch": "^2.3.2",
"cookie": ">=0.7.0",
"axios": "^1.15.0",
"brace-expansion": "^2.0.3",
"dompurify": "^3.3.2",
"lodash-es": "^4.18.0",
"immutable": "^5.1.5",
"@ardatan/relay-compiler/immutable": "3.8.3",
"yaml": "^2.8.3",
"webpack": "^5.104.1",
"ai": "^5.0.52"
}
}