-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.75 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
{
"name": "elasticsearch-analysis-inspector",
"version": "2.8.0",
"private": true,
"homepage": "https://eai.eemp.dev/",
"dependencies": {
"@elastic/datemath": "^5.0.2",
"@elastic/eui": "^14.2.0",
"asciidoctor": "^2.0.3",
"axios": "^0.21.1",
"bluebird": "^3.5.5",
"classnames": "^2.2.6",
"history": "^4.10.1",
"inflection": "^1.12.0",
"jsonpack": "^1.1.5",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"moment": "^2.24.0",
"monaco-editor": "^0.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-joyride": "^2.1.1",
"react-monaco-editor": "^0.30.1",
"react-redux": "^7.1.1",
"react-scripts": "3.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.2.6",
"redux-localstorage": "^0.4.1",
"redux-location-state": "^2.5.2",
"redux-thunk": "^2.3.0",
"url-join": "^4.0.1",
"uuid": "^3.3.3"
},
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"build:changelog": "auto-changelog -p --template changelog-template.hbs",
"deploy": "gh-pages -d build",
"predeploy": "npm run build",
"release": "npm version",
"start": "react-scripts start",
"test": "react-scripts test",
"version": "npm run build:changelog && git add CHANGELOG.md"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"auto-changelog": "^1.16.1",
"gh-pages": "^2.1.1"
},
"auto-changelog": {
"commitLimit": false,
"remote": "github"
}
}