forked from replicatedhq/kurl.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.52 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
{
"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": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"@bugsnag/js": "^7.1.0",
"@bugsnag/plugin-react": "^7.16.2",
"@docsearch/react": "3",
"classnames": "^2.2.6",
"core-js": "^2.6.5",
"gatsby": "^2.15.22",
"gatsby-cli": "^2.7.50",
"gatsby-plugin-create-client-paths": "^2.1.11",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-netlify": "^2.1.17",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-sass": "^2.1.15",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-remark": "^2.16.0",
"json2yaml": "^1.1.0",
"lodash": "^4.17.19",
"monaco-editor": "^0.18.1",
"monaco-editor-webpack-plugin": "^1.7.0",
"prop-types": "^15.7.2",
"puppeteer": "^7.0.4",
"query-string": "^6.12.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-github-button": "^0.1.11",
"react-helmet": "^5.2.1",
"react-modal": "^3.11.2",
"react-monaco-editor": "^0.31.0",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.5",
"react-tooltip": "^3.11.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-runtime": "^7.6.2",
"babel-jest": "^29.1.0",
"babel-loader": "^8.0.6",
"babel-preset-gatsby": "^0.2.36",
"chai": "^4.3.6",
"copy-webpack-plugin": "^5.0.4",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.1.1",
"mocha": "^10.0.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react-test-renderer": "^18.2.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.49.9",
"sass-loader": "^11.1.1",
"style-loader": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
}
}