forked from RedHatInsights/app-studio-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.21 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
{
"name": "app-studio-docs",
"version": "0.0.1",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"cypress": "cypress",
"dev": "fec dev --webpack-config config/dev.webpack.config.js",
"deploy": "npm-run-all build lint test",
"lint": "eslint src",
"patch:hosts": "fec patch-etc-hosts",
"test": "jest",
"build": "fec build --webpack-config config/prod.webpack.config.js"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@patternfly/react-core": "^4.181.1",
"@patternfly/react-table": "^4.30.3",
"@redhat-cloud-services/frontend-components": "^3.6.1",
"classnames": "^2.3.1",
"mdx.macro": "^0.2.9",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"react-redux": "^7.2.6",
"react-router-dom": "5.2.0",
"redux": "^4.1.2",
"remark-gfm": "^3.0.1",
"webpack-bundle-analyzer": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-syntax-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.17.12",
"@cypress/react": "^5.12.5",
"@cypress/webpack-dev-server": "^1.8.4",
"@mdx-js/loader": "^2.1.1",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^1.2.1",
"@redhat-cloud-services/frontend-components-config": "^4.6.13",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.5",
"babel-plugin-transform-imports": "^2.0.0",
"cypress": "^9.7.0",
"eslint": "^8.9.0",
"file-loader": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"npm-run-all": "^4.1.5",
"style-loader": "^3.3.1",
"webpack": "^5.72.0"
},
"insights": {
"appname": "app-studio-docs"
}
}