-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.66 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
{
"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": "[email protected]:replicatedhq/kurl.sh.git",
"author": "Jelena <[email protected]>",
"license": "MIT",
"dependencies": {
"@bugsnag/js": "^7.1.0",
"@bugsnag/plugin-react": "^7.16.2",
"@docsearch/react": "3",
"classnames": "^2.2.6",
"core-js": "^2.6.5",
"eslint-config-react-app": "7.0.1",
"gatsby": "5.14.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-google-analytics": "^5.14.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "6.14.0",
"gatsby-plugin-sass": "6.14.0",
"gatsby-remark-autolink-headers": "6.14.0",
"gatsby-remark-mermaid": "^5.0.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "6.14.0",
"json2yaml": "^1.1.0",
"lodash": "^4.17.19",
"monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"playwright": "^1.49.0",
"prop-types": "^15.7.2",
"puppeteer": "^7.0.4",
"query-string": "^6.12.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-github-button": "^0.1.11",
"react-helmet": "^5.2.1",
"react-modal": "^3.11.2",
"react-monaco-editor": "^0.56.2",
"react-router-dom": "7.0.2",
"react-select": "^3.0.5",
"react-tooltip": "^3.11.1",
"semver": "^7.5.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"babel-jest": "^29.1.0",
"babel-loader": "8.4.1",
"babel-preset-gatsby": "^3.14.0",
"chai": "^4.3.6",
"copy-webpack-plugin": "6.4.1",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"gatsby-cli": "5.14.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "4.5.2",
"html-webpack-template": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"mocha": "^10.0.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react-test-renderer": "^18.2.0",
"resolve-url-loader": "4.0.0",
"sass": "^1.49.9",
"sass-loader": "^11.1.1",
"style-loader": "^1.0.0",
"webpack": "5.97.0",
"webpack-dev-server": "^3.8.0"
},
"resolutions": {
"mkdirp": "^0.5.6"
}
}