-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.58 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
{
"name": "kubescape-regolibrary-playground",
"version": "0.1.0",
"private": true,
"homepage": "http://kubescape.github.io/regolibrary-playground",
"cracoConfig": "craco.config.js",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@open-policy-agent/opa-wasm": "^1.8.0",
"@uiw/react-markdown-preview": "^4.1.5",
"fast-json-patch": "^3.1.1",
"gh-pages": "^4.0.0",
"is-array-buffer": "^2.0.0",
"js-untar": "^2.0.0",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^7.2.0",
"monaco-editor": "^0.34.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-yaml": "^4.0.2",
"pako": "^2.1.0",
"primereact": "^8.7.2",
"react-monaco-editor": "^0.51.0",
"react-scripts": "^5.0.1",
"react-spinkit": "^3.0.0",
"source-map-explorer": "^2.5.3",
"split-pane-react": "^0.1.3",
"web-vitals": "^3.1.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.0.0"
}
}