-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.99 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
{
"name": "kibana-release-notes",
"version": "0.2.0",
"private": true,
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^41.2.1",
"@monaco-editor/react": "^4.3.1",
"@octokit/graphql-schema": "13.7.0",
"@octokit/rest": "^18.12.0",
"@octokit/types": "^6.34.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^18.17.1",
"@types/parse-link-header": "^1.0.1",
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"@xstate/react": "^1.6.3",
"asciidoctor": "^2.2.5",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.uniq": "^4.5.0",
"moment": "^2.29.1",
"monaco-editor": "^0.30.1",
"mustache": "^4.2.0",
"parse-link-header": "^2.0.0",
"querystring-es3": "^0.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6",
"react-scripts": "^5.0.1",
"rxjs": "^7.4.0",
"semver": "^7.3.5",
"typescript": "^4.5.2",
"url": "^0.11.1",
"web-vitals": "^2.1.2",
"xstate": "^4.26.1"
},
"scripts": {
"start": "PORT=4000 react-app-rewired start",
"build": "react-app-rewired build",
"postbuild": "./postbuild.sh",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.uniq": "^4.5.6",
"@types/mustache": "^4.1.2",
"@types/semver": "^7.3.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"react-app-rewired": "^2.2.1"
}
}